|
|
@@ -3,16 +3,12 @@ package com.goafanti.common.task;
|
|
|
import java.util.ArrayList;
|
|
|
import java.util.Date;
|
|
|
import java.util.List;
|
|
|
-
|
|
|
import javax.annotation.Resource;
|
|
|
-
|
|
|
-import org.apache.tomcat.jni.Lock;
|
|
|
import org.springframework.scheduling.annotation.Scheduled;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
import org.springframework.stereotype.Controller;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
-
|
|
|
import com.goafanti.common.model.User;
|
|
|
import com.goafanti.common.utils.LoggerUtils;
|
|
|
import com.goafanti.customer.bo.LockingReleaseBo;
|