|
|
@@ -41,11 +41,11 @@ public class ReleaseUserTask {
|
|
|
List<LockingReleaseBo> userTmpList = null;
|
|
|
List<LockingReleaseBo> businessTmpList = null;
|
|
|
for(User u : userList){
|
|
|
- //userTmpList = customerServiceImpl.selectWaitReleaseCustomer(u.getId());
|
|
|
- userTmpList = customerServiceImpl.selectWaitReleaseCustomer("1");
|
|
|
+ userTmpList = customerServiceImpl.selectWaitReleaseCustomer(u.getId());
|
|
|
+// userTmpList = customerServiceImpl.selectWaitReleaseCustomer("1");
|
|
|
lockUserList.addAll(userTmpList);
|
|
|
- //businessTmpList = customerServiceImpl.selectWaitReleaseBusiness(u.getId());
|
|
|
- businessTmpList = customerServiceImpl.selectWaitReleaseBusiness("1");
|
|
|
+ businessTmpList = customerServiceImpl.selectWaitReleaseBusiness(u.getId());
|
|
|
+// businessTmpList = customerServiceImpl.selectWaitReleaseBusiness("1");
|
|
|
lockBusinessList.addAll(businessTmpList);
|
|
|
}
|
|
|
List<LockingReleaseBo> newList=new ArrayList<LockingReleaseBo>();
|