Sfoglia il codice sorgente

定时任务加入测试的功能

Your Name 2 anni fa
parent
commit
7e700bc245

+ 1 - 1
service-fee/src/main/java/com/java110/fee/feeMonth/PayFeeMonthHelp.java

@@ -230,7 +230,7 @@ public class PayFeeMonthHelp implements IPayFeeMonthHelp {
      * @return
      */
     private MonthFeeDetailDto getCurMonthFeeDetail(Map<String, MonthFeeDetailDto> monthFeeDetailDtos, Date curDate) {
-        String month = DateUtil.getFormatTimeString(curDate, DateUtil.DATE_FORMATE_STRING_M);
+        String month = DateUtil.getFormatTimeString(curDate, DateUtil.DATE_FORMATE_STRING_Q);
         if (monthFeeDetailDtos == null) {
             return null;
         }