From c621ad9719d7f3516baab021be368332cd6c4c79 Mon Sep 17 00:00:00 2001 From: YUJT Date: Tue, 26 Apr 2022 19:03:15 +0800 Subject: [PATCH] append --- .../main/resources/mapper/poweraxis/PowerServiceStationDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/poweraxis/PowerServiceStationDao.xml b/epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/poweraxis/PowerServiceStationDao.xml index 5bd39eb..1acbc6f 100644 --- a/epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/poweraxis/PowerServiceStationDao.xml +++ b/epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/poweraxis/PowerServiceStationDao.xml @@ -30,7 +30,7 @@ pli_power_service_station WHERE STRUCT_REFERENCE_ID in - (select DISTINCT s.id from pli_power_axis_struct s where (s.ID = 'axisStructId' or s.PIDS like '%axisStructId%') and s.del_flag = '0') + (select DISTINCT s.id from pli_power_axis_struct s where (s.ID = #{axisStructId} or s.PIDS like '%${axisStructId}%') and s.del_flag = '0') and CUSTOMER_ID = #{customerId} limit #{limit}