|
|
@ -228,7 +228,7 @@ public class GroupActInfoServiceImpl extends BaseServiceImpl<GroupActInfoDao, Gr |
|
|
|
insert.setOperateTime(groupActInfoEntity.getUpdatedTime()); |
|
|
|
} |
|
|
|
insert.setStatus(groupActInfoEntity.getStatus()); |
|
|
|
insert.setMessageId(insert.getId()); |
|
|
|
insert.setMessageId(groupActInfoEntity.getId()); |
|
|
|
insert.setType("act"); |
|
|
|
insert.setPublishUserId(groupActInfoEntity.getPublishUserId()); |
|
|
|
insert.setGroupId(groupActInfoEntity.getGroupId()); |
|
|
|