Przeglądaj źródła

update

Signed-off-by: anderx <anderx@qq.com>
anderx 5 lat temu
rodzic
commit
61feb7398a

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

@@ -108,10 +108,8 @@ public class ReleaseUserTask {
 				for(User u : userList){
 					if(StringUtils.isNotBlank(u.getId())) {
 						userTmpList = customerServiceImpl.selectWaitReleaseCustomer(u.getId());
-//						userTmpList = customerServiceImpl.selectWaitReleaseCustomer("1");
 							if(userTmpList!=null&&!userTmpList.isEmpty())lockUserList.addAll(userTmpList);
 							businessTmpList = customerServiceImpl.selectWaitReleaseBusiness(u.getId());
-//						businessTmpList = customerServiceImpl.selectWaitReleaseBusiness("1");
 							if(businessTmpList!=null&&!businessTmpList.isEmpty())lockBusinessList.addAll(businessTmpList);
 						}
 				}