yujian
2019-05-14 bbe1a381f99d957d003f48b68dfd5bf0e401f5f0
fanli/src/main/java/com/yeshi/fanli/service/inter/user/ExtractAuditRecordService.java
@@ -121,8 +121,9 @@
    * @param endTime
    * @return
    */
   public List<Map<String, Object>> countAuditTotal(Integer state, Integer type, String years, String startTime,
   public List<Map<String, Object>>countAuditTotal(Integer state, Integer type, String years, String startTime,
         String endTime) throws Exception;
   
   
   /**
@@ -134,7 +135,7 @@
    * @param endTime
    * @return
    */
   public List<Map<String, Object>> countExtractMoney(Integer state, Integer type, String years, String startTime,
   public List<Map<String, Object>> countExtractApplyMoney(Integer state, Integer type, String years, String startTime,
         String endTime) throws Exception;
   /**
@@ -150,4 +151,5 @@
         String endTime) throws Exception;
   
   
}