| @@ -130,7 +130,7 @@ public class WxBillAllServiceImpl implements WxBillAllService { | |||||
| @Override | @Override | ||||
| public List<Map<String, Object>> listBillOweAndWaitPay(WxBillAll wxBillAll) { | public List<Map<String, Object>> listBillOweAndWaitPay(WxBillAll wxBillAll) { | ||||
| //更新各账单状态 | //更新各账单状态 | ||||
| updateBillStatus(wxBillAll); | |||||
| //updateBillStatus(wxBillAll); | |||||
| ArrayList<Integer> statusList = new ArrayList<>(); | ArrayList<Integer> statusList = new ArrayList<>(); | ||||
| statusList.add(EnumBillRentStatus.NOT_PAID.getCode()); | statusList.add(EnumBillRentStatus.NOT_PAID.getCode()); | ||||
| statusList.add(EnumBillRentStatus.WAIT_PAY.getCode()); | statusList.add(EnumBillRentStatus.WAIT_PAY.getCode()); | ||||
| @@ -141,7 +141,7 @@ public class WxBillAllServiceImpl implements WxBillAllService { | |||||
| @Override | @Override | ||||
| public ResultData listBill(WxBillAll wxBillAll) { | public ResultData listBill(WxBillAll wxBillAll) { | ||||
| //更新各账单状态 | //更新各账单状态 | ||||
| updateBillStatus(wxBillAll); | |||||
| //updateBillStatus(wxBillAll); | |||||
| //账单类型 | //账单类型 | ||||
| if (wxBillAll.getBillTypeValue() != null) { | if (wxBillAll.getBillTypeValue() != null) { | ||||
| if (wxBillAll.getBillTypeValue().equals(EnumBillType.RENT.getCode())) { | if (wxBillAll.getBillTypeValue().equals(EnumBillType.RENT.getCode())) { | ||||