|
|
|
@@ -853,6 +853,7 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService |
|
|
|
wxBillProperty.setUpdateBy(user.getId()); |
|
|
|
wxBillProperty.setUpdateByName(user.getName()); |
|
|
|
wxBillProperty.setIsDel(EnumDelStatus.NOT_DEL.getCode()); |
|
|
|
wxBillProperty.setStatus(EnumBillStatus.WAIT_PAY.getCode()); |
|
|
|
wxBillProperty.setRentShopType(wxPropertyContract.getRentShopType()); |
|
|
|
wxBillProperty.setPeriod(billcount); |
|
|
|
if (shopInfo != null) { |
|
|
|
|