Sfoglia il codice sorgente

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

release_toaliyun_real
gongbiao 7 anni fa
parent
commit
735dd68452
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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 Vedi File

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


Caricamento…
Annulla
Salva