From 3df8eedd9f2eb08846928da49ec6c13d6a368017 Mon Sep 17 00:00:00 2001 From: HAHA Date: Thu, 4 Aug 2022 16:58:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E5=8A=9B=E4=B8=BB=E8=BD=B4=EF=BC=8C?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=A0=87=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/poweraxis/PowerAxisLeaderDao.xml | 6 +++--- 1 file changed, 3 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 adeb44f..7b2f449 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,16 @@ 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'