|
|
@ -154,7 +154,7 @@ public class GroupActInfoServiceImpl extends BaseServiceImpl<GroupActInfoDao, Gr |
|
|
|
//1、插入活修改活动信息表
|
|
|
|
if (StringUtils.isNotBlank(groupActInfoEntity.getId())) { |
|
|
|
//删除group_act_content、删除act_read_record
|
|
|
|
groupActContentDao.updateToDel(groupActInfoEntity.getId(), formDTO.getPublishUserId()); |
|
|
|
groupActContentDao.deleteByGroupActId(groupActInfoEntity.getId()); |
|
|
|
actReadRecordDao.deleteByActId(groupActInfoEntity.getId()); |
|
|
|
baseDao.updateById(groupActInfoEntity); |
|
|
|
} else { |
|
|
|