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