Просмотр исходного кода

[审批流][修改][审批完成物业状态修改重复]

release_toaliyun_real
luozukai 7 лет назад
Родитель
Сommit
7d218057ee
1 измененных файлов: 0 добавлений и 4 удалений
  1. +0
    -4
      mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java

+ 0
- 4
mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java Просмотреть файл

@@ -407,10 +407,6 @@ public class WxFlowServiceImpl implements WxFlowService {
String str = getVariableByKey(variables,"contractType");
if(StringUtils.isNotBlank(str)){
contractType = Integer.parseInt(str);

if(3 == contractType){ //物业合同
wxPropertyContractService.updatePropertyContractStatus(businessId);
}
}
updateBusinessStatus(businessId,flowType,contractType,EnumRentContractAppStatus.FINISH.getCode(),supplement);



Загрузка…
Отмена
Сохранить