|
|
@ -502,7 +502,7 @@ public class ResiGroupServiceImpl extends BaseServiceImpl<ResiGroupDao, ResiGrou |
|
|
|
//5、给用户发送消息???待定
|
|
|
|
//6、新增小组缓存信息、组员缓存信息
|
|
|
|
Map<String, Object> param = new HashMap<>(); |
|
|
|
param.put(ModuleConstant.RESI_GROUP_ID_CAMEL, resiGroupDTO.getId()); |
|
|
|
param.put(ModuleConstant.RESI_GROUP_ID, resiGroupDTO.getId()); |
|
|
|
param.put(FieldConstant.DEL_FLAG,NumConstant.ZERO_STR); |
|
|
|
List<ResiGroupStatisticalDTO> statisticalList = resiGroupStatisticalService.list(param); |
|
|
|
if (null != statisticalList && statisticalList.size() > 0) { |
|
|
|