|
|
@ -810,6 +810,7 @@ public class WorkActServiceImpl implements WorkActService { |
|
|
|
basePointEventMsg.setIsCommon(true); |
|
|
|
basePointEventMsg.setRemark(remark); |
|
|
|
basePointEventMsg.setSourceId(actInfoDTO.getId()); |
|
|
|
basePointEventMsg.setOperatorId(loginUserUtil.getLoginUserId()); |
|
|
|
basePointEventMsgArrayList.add(basePointEventMsg); |
|
|
|
} |
|
|
|
mqBaseMsgDTO.setMsg(JSON.toJSONString(basePointEventMsgArrayList)); |
|
|
|