From 34e778ce34121d6d10adfd3208fcb7cf08e63ace Mon Sep 17 00:00:00 2001 From: luozukai Date: Tue, 15 Jan 2019 13:35:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E6=B5=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/iformall/service/impl/WxFlowServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 79d844975..44581b1c8 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java @@ -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);