|
|
@@ -89,9 +89,7 @@ public class ReleaseUserTask {
|
|
|
public void releaseUser(){
|
|
|
Date releaseTime = new Date();
|
|
|
try {
|
|
|
- System.out.println("==========================================1");
|
|
|
List<LockingReleaseBo> lockList=customerServiceImpl.selectPendinglockUserList();
|
|
|
- System.out.println("==========================================2");
|
|
|
List<LockingReleaseBo> newList=new ArrayList<>();
|
|
|
List<LockingReleaseBo> userList=new ArrayList<>();
|
|
|
if (lockList.size()>0) {
|
|
|
@@ -102,7 +100,6 @@ public class ReleaseUserTask {
|
|
|
newList.clear();
|
|
|
Thread.sleep(2000);
|
|
|
}
|
|
|
- System.out.println(lockList.get(i).getType().equals("0"));
|
|
|
if (lockList.get(i).getType().equals("0")) {
|
|
|
userList.add(lockList.get(i));
|
|
|
if(pointsDataLimit == userList.size()||i == lockList.size()-1){
|