admin
2020-07-16 be67478cae6bf9308f15949a21e7d0a57a3f0ecb
fanli/src/main/java/com/yeshi/fanli/service/impl/msg/UserSystemMsgServiceImpl.java
@@ -35,7 +35,7 @@
   @Resource
   private SystemZnxService systemZnxService;
   @Transactional
   @Transactional(rollbackFor=Exception.class)
   @Override
   public void addUserSystemMsg(Long uid, UserSystemMsgTypeEnum type, String title, String content, int timeTag,
         SystemZnx sz) throws UserSystemMsgException {