|
|
|
@@ -804,6 +804,12 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService |
|
|
|
wxBillDeposit.setShopInfo(getShopInfoStr(wxPropertyContract)); |
|
|
|
wxBillDeposit.setRentArea(shoprentArea.toPlainString()); |
|
|
|
wxBillDeposit.setEnergyFeesId(EnumBillAllType.PROPERTY_DEPOSIT.getEnergyFeesId()); |
|
|
|
|
|
|
|
wxBillDeposit.setCreateBy(wxPropertyContract.getCreateBy()); |
|
|
|
wxBillDeposit.setUpdateBy(wxPropertyContract.getCreateBy()); |
|
|
|
wxBillDeposit.setCreateByName(wxPropertyContract.getCreateByName()); |
|
|
|
wxBillDeposit.setUpdateByName(wxPropertyContract.getCreateByName()); |
|
|
|
|
|
|
|
try { |
|
|
|
wxAllBillMapper.insert(wxBillDeposit); |
|
|
|
} catch (Exception e) { |
|
|
|
|