Kaynağa Gözat

fix

release_toaliyun_real
winter 2 yıl önce
ebeveyn
işleme
17c707ae3c
1 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  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 Dosyayı Görüntüle

@@ -272,9 +272,8 @@ public class WxBillPropertyServiceImpl implements WxBillPropertyService {
WxBillProperty record = new WxBillProperty(); WxBillProperty record = new WxBillProperty();
record.setId(id); record.setId(id);
record.updateTenantInfo(tenantEntity); 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()); property.setOwe(property.getRealReceivePay() - property.getPay());
return property; return property;
} }


Yükleniyor…
İptal
Kaydet