|
|
@@ -712,8 +712,8 @@ public class WxAllBillController extends BillBaseController { |
|
|
record.setOweBillLastTime(billAllHelper.getDateBefore(getOweBillBeforeDays())); |
|
|
record.setOweBillLastTime(billAllHelper.getDateBefore(getOweBillBeforeDays())); |
|
|
record.setNearBillLastTime(billAllHelper.getDateBefore(getNearBillBeforeDays())); |
|
|
record.setNearBillLastTime(billAllHelper.getDateBefore(getNearBillBeforeDays())); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
record.setIsPreview(EnumYesOrNo.NO.getCode()); |
|
|
return new ResultData(wxAllBillService.getBillMonthSum(record)); |
|
|
return new ResultData(wxAllBillService.getBillMonthSum(record)); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|