Parcourir la source

添加审批完成修改物业状态

release_toaliyun_real
luozukai il y a 7 ans
Parent
révision
a07cfa4216
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java

+ 3
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java Voir le fichier

@@ -99,6 +99,9 @@ public class WxFlowServiceImpl implements WxFlowService {
wxPropertyContract.setId(businessId);
wxPropertyContract.setApplyStatus(applyStatus);
wxPropertyContractMapper.updateApplyStatus(wxPropertyContract);

// 物业合同的合同状态需要和租赁合同同步(一致)
wxPropertyContractService.updatePropertyContractStatus(businessId);
}
}
}


Chargement…
Annuler
Enregistrer