diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java index f37ab9ba6..9bc1b916a 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java @@ -481,6 +481,7 @@ public class WxFlowServiceImpl implements WxFlowService { wxFlowRecord.setCurrStatus(EnumRentContractAppStatus.APPLYING.getCode()); wxFlowRecord.setVariables(variablesToJson(variables)); wxFlowRecord.setStartDate(startDate); + wxFlowRecord.updateTenantInfo(tenantEntity); wxFlowRecordService.saveOrUpdate(wxFlowRecord); //给审批人发送代办通知短信