|
|
|
@@ -437,6 +437,7 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService |
|
|
|
record.setCreateType(wxPropertyContract.getCreateType()); |
|
|
|
record.setShopIds(wxPropertyContract.getShopIds()); |
|
|
|
record.setFeeStandards(wxPropertyContract.getFeesStardarsList()); |
|
|
|
record.setShopNumbers(wxPropertyContract.getShopNumbers()); |
|
|
|
List<WxAllBill> billList = buildProperty(new WxMerchant(),user,record,EnumIsPreview.YES.getCode(),true); |
|
|
|
record.setPreviewBillRentList(billList); |
|
|
|
} |
|
|
|
@@ -572,6 +573,7 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService |
|
|
|
//wxBillDeposit.setUpdateByName(user.getName()); |
|
|
|
wxBillDeposit.setRentShopType(wxPropertyContract.getRentShopType()); |
|
|
|
wxBillDeposit.setShopInfo(getShopInfoStr(wxPropertyContract)); |
|
|
|
wxBillDeposit.setShopNumber(wxPropertyContract.getShopNumbers()); |
|
|
|
wxBillDeposit.setRentArea(wxPropertyContract.getRentArea()); |
|
|
|
wxBillDeposit.setEnergyFeesId(EnumBillAllType.PROPERTY_DEPOSIT.getEnergyFeesId()); |
|
|
|
try { |
|
|
|
@@ -878,6 +880,7 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService |
|
|
|
if (shopInfo != null) { |
|
|
|
wxBillProperty.setShopInfo(JSONObject.toJSONString(shopInfo)); |
|
|
|
} |
|
|
|
wxBillProperty.setShopNumber(wxPropertyContract.getShopNumbers()); |
|
|
|
wxBillProperty.setRentArea(wxPropertyContract.getRentArea()); |
|
|
|
//wxBillProperty.setLatePayRatio(0); |
|
|
|
wxBillProperty.setTotalFee(new BigDecimal(needpay).add(new BigDecimal(standarsTotal)).toPlainString()); |
|
|
|
|