Kaynağa Gözat

[BUG][修改][dev version:.1510.1953:商铺租赁合同下审批通过后租金账单生产,物业没有生成账单]

release_toaliyun_real
gongbiao 7 yıl önce
ebeveyn
işleme
735dd68452
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. +2
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java

+ 2
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java Dosyayı Görüntüle

@@ -1375,6 +1375,8 @@ public class WxRentContractServiceImpl implements WxRentContractService {
wxPropertyContract.setStatus(EnumRentContractStatus.WAIT_SIGN.getCode());
WxPropertyContract propertyContract = wxPropertyContractMapper.selectOne(wxPropertyContract);
if (propertyContract != null) {
propertyContract.setMerchantId(record.getMerchantId());
wxPropertyContractMapper.updateByPrimaryKeySelective(propertyContract);
wxPropertyContractService.updatePropertyContractStatus(propertyContract.getId());
}
}


Yükleniyor…
İptal
Kaydet