yujian
2019-12-03 06e70064fbc059c8cc9c654376ce589945e9702d
fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserInfoServiceImpl.java
@@ -652,8 +652,14 @@
   
   
   @Override
   public List<UserInfo> getAutoExtractUserIds(int start, int count, BigDecimal minSurplus) {
      return userInfoMapper.getAutoExtractUserIds(start, count, minSurplus);
   public List<UserInfo> getAutoExtractUser(int start, int count, BigDecimal minSurplus, String beganDate,String endDate) {
      return userInfoMapper.getAutoExtractUser(start, count, minSurplus, beganDate, endDate);
   }
   @Override
   public List<UserInfo> getAutoExtractUserTo1212(int start, int count) {
      return userInfoMapper.getAutoExtractUserTo1212(start, count);
   }
}