feat: 企标分享发消息

This commit is contained in:
2024-09-12 10:57:37 +08:00
parent a1e5c4bc75
commit a534535a2e
@@ -241,6 +241,8 @@ public class LawsStandardSharingController extends JeroController<LawsStandardSh
sharing.setReadingStatus("1");
sharing.setDelFlag(CommonConstant.DEL_FLAG_0.toString());
sharings.add(sharing);
// 发送消息
sendMsg(sharing);
}
lawsStandardSharingService.saveBatch(sharings);
return Result.OK(MessageUtils.getMessage(ResultCommon.OK));