|
|
|
@@ -225,7 +225,7 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService |
|
|
|
bill.setCreatetime(new Date()); |
|
|
|
bill.setTenantId(record.getTenantId()); |
|
|
|
bill.setOwe(bill.getReceivePay()); |
|
|
|
bill.setNeedPay(bill.getReceivePay()); |
|
|
|
bill.setNeedPay(bill.getNeedPay()); |
|
|
|
bill.setUpdatetime(new Date()); |
|
|
|
bill.setRentShopType(record.getRentShopType()); |
|
|
|
bill.setPeriod(count); |
|
|
|
|