Browse Source

fix

release_toaliyun_real
lin 3 years ago
parent
commit
b2228d64d1
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java

+ 1
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java View File

@@ -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);


Loading…
Cancel
Save