From fc9cfe0a5a1f625bddc83faa22e82fc5c7fca52d Mon Sep 17 00:00:00 2001 From: panshuling321 Date: Wed, 18 May 2022 10:08:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E5=8D=95=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/xhpc/activity/controller/WorkStationController.java | 1 - .../com/xhpc/activity/service/impl/WorkStationServiceImpl.java | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/xhpc-modules/xhpc-activity/src/main/java/com/xhpc/activity/controller/WorkStationController.java b/xhpc-modules/xhpc-activity/src/main/java/com/xhpc/activity/controller/WorkStationController.java index 7726a154..03925dc8 100644 --- a/xhpc-modules/xhpc-activity/src/main/java/com/xhpc/activity/controller/WorkStationController.java +++ b/xhpc-modules/xhpc-activity/src/main/java/com/xhpc/activity/controller/WorkStationController.java @@ -89,7 +89,6 @@ public class WorkStationController extends BaseController { String stationName, String terminalName) { - startPage(); LoginUser logUser = logUserUtils.getLogUser(request); Map params = new HashMap<>(); params.put("stationName", stationName); diff --git a/xhpc-modules/xhpc-activity/src/main/java/com/xhpc/activity/service/impl/WorkStationServiceImpl.java b/xhpc-modules/xhpc-activity/src/main/java/com/xhpc/activity/service/impl/WorkStationServiceImpl.java index 715e3f7a..ecc08f57 100644 --- a/xhpc-modules/xhpc-activity/src/main/java/com/xhpc/activity/service/impl/WorkStationServiceImpl.java +++ b/xhpc-modules/xhpc-activity/src/main/java/com/xhpc/activity/service/impl/WorkStationServiceImpl.java @@ -93,7 +93,7 @@ public class WorkStationServiceImpl implements WorkStationService { Map stationParams = new HashMap<>(); stationParams.put("name", params.get("stationName")); stationParams.put("tenantId", params.get("tenantId")); - stationParams.put("status", 1); + stationParams.put("status", 0); stationParams.put("delFlag", 0); List> stationDomainList = stationMapper.selectMapListByParams(stationParams);