Browse Source

审批流优化

release_toaliyun_real
luozukai 7 years ago
parent
commit
34e778ce34
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java View File

@@ -169,7 +169,7 @@ public class WxFlowServiceImpl implements WxFlowService {
WxFlowRecord wxFlowRecord = new WxFlowRecord();
wxFlowRecord.setUserName(assignee);
wxFlowRecord.setStatus(EnumFlowRecordStatus.ASSIGNEE.getCode());
result.add(wxFlowRecord);
result.add(0,wxFlowRecord);
}
}
return new ResultData(result);


Loading…
Cancel
Save