|
|
@ -135,6 +135,10 @@ public class GroupActInfoServiceImpl extends BaseServiceImpl<GroupActInfoDao, Gr |
|
|
|
|
|
|
|
ResiGroupDTO groupDTO = resiGroupService.get(formDTO.getGroupId()); |
|
|
|
formDTO.setGridId(groupDTO.getGridId()); |
|
|
|
if(StrConstant.EPMETY_STR.equals(formDTO.getCategoryCode())){ |
|
|
|
formDTO.setCategoryCode(formDTO.getParentCode()); |
|
|
|
formDTO.setParentCode(NumConstant.ZERO_STR); |
|
|
|
} |
|
|
|
//参数校验
|
|
|
|
this.checkPublishGroupActFormDTO(formDTO); |
|
|
|
//内容审核
|
|
|
|