yujian
2020-06-29 f94a5a1d3fe9bde0e599d41f2d97caea1b08a88d
fanli/src/main/java/com/yeshi/fanli/service/impl/money/TeamEincomeRecordServiceImpl.java
@@ -28,8 +28,8 @@
            || record.getPreRecieveTime() == null)
         throw new ParamsException(1, "参数不完整");
      TeamEincomeRecord oldRecord = teamEincomeRecordMapper.selectByUidAndPreRecieveTimeAndType(record.getUid(),
            record.getPreRecieveTime(), record.getType());
      TeamEincomeRecord oldRecord = teamEincomeRecordMapper.selectByUidAndPreRecieveTimeAndTypeAndSourceType(record.getUid(),
            record.getPreRecieveTime(), record.getType(),record.getSourceType());
      if (oldRecord != null)
         throw new TeamEincomeRecordException(1, "已存在");
      if (record.getCreateTime() == null)