处理问题
This commit is contained in:
parent
06308f909f
commit
910c7ea28e
@ -315,6 +315,9 @@ public class GridPersonnelServiceImpl extends BaseService implements IGridPerson
|
||||
userIdsSB.append(userId);
|
||||
userIds.add(userId);
|
||||
}
|
||||
if (userIds.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
// 账号信息
|
||||
Map<String, Object> params = getHashMap(2);
|
||||
params.put("userIds", userIdsSB.toString());
|
||||
|
Loading…
Reference in New Issue
Block a user