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