|
|
|
@@ -1925,8 +1925,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
} |
|
|
|
if (record != null && |
|
|
|
record.getMerchantId() != null && |
|
|
|
record.getReceivePeriod() != null && |
|
|
|
record.getPrice() > 0 ) { |
|
|
|
record.getReceivePeriod() != null ) { |
|
|
|
//预览账单改为正式,并写入商户id |
|
|
|
WxBillRent billRent = new WxBillRent(); |
|
|
|
billRent.setRentContractId(id); |
|
|
|
|