Kaynağa Gözat

测试修复

anderx 7 yıl önce
ebeveyn
işleme
a713c359af

+ 0 - 4
src/main/java/com/goafanti/common/task/ReleaseUserTask.java

@@ -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;