winter пре 2 година
родитељ
комит
17c707ae3c
1 измењених фајлова са 2 додато и 3 уклоњено
  1. +2
    -3
      mallinkService/src/main/java/com/iformall/service/impl/WxBillPropertyServiceImpl.java

+ 2
- 3
mallinkService/src/main/java/com/iformall/service/impl/WxBillPropertyServiceImpl.java Прегледај датотеку

@@ -272,9 +272,8 @@ public class WxBillPropertyServiceImpl implements WxBillPropertyService {
WxBillProperty record = new WxBillProperty();
record.setId(id);
record.updateTenantInfo(tenantEntity);
getBillPropertyList(1, 10000, wxPayAccountBill, record);
WxBillProperty property = wxBillPropertyMapper.queryBillPropertyList(record).get(0);
PageInfo<WxBillProperty> page = getBillPropertyList(1, 10000, wxPayAccountBill, record);
WxBillProperty property = page.getList().get(0);
property.setOwe(property.getRealReceivePay() - property.getPay());
return property;
}


Loading…
Откажи
Сачувај