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