|
|
@@ -156,6 +156,7 @@ public class WxBillController extends BaseController { |
|
|
@GetMapping("nearBillList") |
|
|
@GetMapping("nearBillList") |
|
|
public ResultData nearBillList(@ModelAttribute WxMerchant wxMerchant) { |
|
|
public ResultData nearBillList(@ModelAttribute WxMerchant wxMerchant) { |
|
|
wxMerchant.setId(this.getLoginBUser().getMerchantId()); |
|
|
wxMerchant.setId(this.getLoginBUser().getMerchantId()); |
|
|
|
|
|
wxMerchant.setOweBillBeforeDays(getOweBillBeforeDays()); |
|
|
wxMerchant.setNearBillBeforeDays(getNearBillBeforeDays()); |
|
|
wxMerchant.setNearBillBeforeDays(getNearBillBeforeDays()); |
|
|
return new ResultData(billAllHelper.getBillNotifyList(wxMerchant,null)); |
|
|
return new ResultData(billAllHelper.getBillNotifyList(wxMerchant,null)); |
|
|
} |
|
|
} |
|
|
|