From a779806c4d616057164fed0b795aaf970498973d Mon Sep 17 00:00:00 2001 From: HAHA Date: Thu, 4 Aug 2022 15:38:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E5=88=A4=E6=96=AD=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=A0=87=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/poweraxis/PowerAxisLeaderDao.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/poweraxis/PowerAxisLeaderDao.xml b/epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/poweraxis/PowerAxisLeaderDao.xml index a7cdb97..076bcea 100644 --- a/epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/poweraxis/PowerAxisLeaderDao.xml +++ b/epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/poweraxis/PowerAxisLeaderDao.xml @@ -50,16 +50,18 @@ LEFT JOIN pli_power_axis_struct AS poas ON - poas.id = #{axisStructId} + poas.id = #{axisStructId} and poas.DEL_FLAG = '0' LEFT JOIN pli_power_axis_tag AS ppat ON - poas.CATEGORY_CODE = ppat.CATEGORY_CODE + poas.CATEGORY_CODE = ppat.CATEGORY_CODE and ppat.DEL_FLAG = '0' WHERE ppal.id = #{leaderId} AND ppal.customer_id = #{customerId} + AND + ppal.DEL_FLAG = '0' - \ No newline at end of file +