yujian
2020-06-09 703a13e9b47cbd28ee3fe061b59e55fd2dd2d061
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)