处理问题

This commit is contained in:
wenc000 2020-11-10 14:44:52 +08:00
parent 06308f909f
commit 910c7ea28e

View File

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