Browse Source

释放测试

anderx 7 years ago
parent
commit
86507d30e9
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/main/java/com/goafanti/common/task/ReleaseUserTask.java

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

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