|
@@ -193,7 +193,6 @@ public class GAreaServiceImpl extends ServicePlusImpl<GAreaMapper, GArea, GAreaV
|
|
|
result.getRecordsVo().forEach(item -> {
|
|
|
if (StringUtils.isNotEmpty(item.getUserId()))
|
|
|
for (String uid : item.getUserId().split(",")) {
|
|
|
- System.out.println(uid);
|
|
|
GUserVo voById = gUserService.getVoById(uid);
|
|
|
if (ObjectUtils.isEmpty(voById))
|
|
|
continue;
|