From 882233e2dcf96263d0293ed1a36afc498f942598 Mon Sep 17 00:00:00 2001 From: HAHA Date: Thu, 4 Aug 2022 16:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E5=BC=80=E5=8F=91=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/poweraxis/PowerAxisLeaderDao.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 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 076bcea..adeb44f 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,17 +50,16 @@ LEFT JOIN pli_power_axis_struct AS poas ON - poas.id = #{axisStructId} and poas.DEL_FLAG = '0' + poas.id = #{axisStructId} LEFT JOIN pli_power_axis_tag AS ppat ON - poas.CATEGORY_CODE = ppat.CATEGORY_CODE and ppat.DEL_FLAG = '0' + poas.CATEGORY_CODE = ppat.CATEGORY_CODE WHERE ppal.id = #{leaderId} AND ppal.customer_id = #{customerId} - AND - ppal.DEL_FLAG = '0' +