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