From 229b95678e372d8a524e25e02b3f528ed459b3ea Mon Sep 17 00:00:00 2001 From: panshuling321 Date: Sun, 9 Oct 2022 09:38:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B8=85=E5=88=86=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E7=9A=84=E6=9F=A5=E8=AF=A2=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/XhpcClearingHistoryOrderServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xhpc-modules/xhpc-activity/src/main/java/com/xhpc/activity/service/impl/XhpcClearingHistoryOrderServiceImpl.java b/xhpc-modules/xhpc-activity/src/main/java/com/xhpc/activity/service/impl/XhpcClearingHistoryOrderServiceImpl.java index fefe858a..d43c5db8 100644 --- a/xhpc-modules/xhpc-activity/src/main/java/com/xhpc/activity/service/impl/XhpcClearingHistoryOrderServiceImpl.java +++ b/xhpc-modules/xhpc-activity/src/main/java/com/xhpc/activity/service/impl/XhpcClearingHistoryOrderServiceImpl.java @@ -74,7 +74,7 @@ public class XhpcClearingHistoryOrderServiceImpl extends BaseService implements return historyOrderMapper.getListPage(params); } else { //查询赋值的场站 - params.put("type", 1); + params.put("type", 2); params.put("logOperatorId", sysUserId); return historyOrderMapper.getListPage(params); }