|
|
@ -32,6 +32,8 @@ import com.epmet.commons.tools.exception.RenException; |
|
|
|
import com.epmet.commons.tools.page.PageData; |
|
|
|
import com.epmet.commons.tools.redis.common.CustomerOrgRedis; |
|
|
|
import com.epmet.commons.tools.redis.common.bean.AgencyInfoCache; |
|
|
|
import com.epmet.commons.tools.redis.common.CustomerOrgRedis; |
|
|
|
import com.epmet.commons.tools.redis.common.bean.GridInfoCache; |
|
|
|
import com.epmet.commons.tools.scan.param.ImgScanParamDTO; |
|
|
|
import com.epmet.commons.tools.scan.param.ImgTaskDTO; |
|
|
|
import com.epmet.commons.tools.scan.param.TextScanParamDTO; |
|
|
@ -608,6 +610,10 @@ public class ResiGroupServiceImpl extends BaseServiceImpl<ResiGroupDao, ResiGrou |
|
|
|
resiGroupEntity.setGroupType(applyCreateGroupFormDTO.getGroupType()); |
|
|
|
resiGroupEntity.setPartyOrgId(applyCreateGroupFormDTO.getPartyOrgId()); |
|
|
|
resiGroupEntity.setPartyOrgPids(applyCreateGroupFormDTO.getPartyOrgPids()); |
|
|
|
|
|
|
|
GridInfoCache gridInfo = CustomerOrgRedis.getGridInfo(applyCreateGroupFormDTO.getGridId()); |
|
|
|
resiGroupEntity.setOrgIdPath(PidUtils.convertPid2OrgIdPath(gridInfo.getId(), gridInfo.getPids())); |
|
|
|
resiGroupEntity.setAgencyId(gridInfo.getPid()); |
|
|
|
return resiGroupEntity; |
|
|
|
} |
|
|
|
|
|
|
|