admin
2020-06-15 3e4ef41ffacd7f5fda2e81c3810cd11a6375b83c
fanli/src/main/java/com/yeshi/fanli/service/impl/order/dividents/TeamDividentsRecordServiceImpl.java
@@ -31,7 +31,7 @@
      TeamDividentsRecord old = teamDividentsRecordMapper.selectByUidAndDayForUpdate(record.getUid(),
            record.getDay());
      if (old != null)
         throw new TeamDividentsRecordException(1, "记录已存在");
         throw new TeamDividentsRecordException(TeamDividentsRecordException.CODE_EXIST, "记录已存在");
      // 加入记录
      if (record.getCreateTime() == null)