瀏覽代碼

fix

release_toaliyun_real
winter 1 年之前
父節點
當前提交
de71bc12e5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      mallinkAdmin/src/main/java/com/iformall/controller/rent/WxAllBillController.java

+ 1
- 1
mallinkAdmin/src/main/java/com/iformall/controller/rent/WxAllBillController.java 查看文件

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



Loading…
取消
儲存