Przeglądaj źródła

fix

release_toaliyun_real
winter 1 rok temu
rodzic
commit
569239f436
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      mallinkBApi/src/main/java/com/iformall/controller/WxBillController.java

+ 1
- 0
mallinkBApi/src/main/java/com/iformall/controller/WxBillController.java Wyświetl plik

@@ -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));
} }


Ładowanie…
Anuluj
Zapisz