From b49e912df833fc063af5ee0457be86983602597f Mon Sep 17 00:00:00 2001 From: HAHA Date: Thu, 4 Aug 2022 18:01:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E5=8D=95=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/poweraxis/PowerAxisLeaderDao.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/PowerAxisLeaderDao.xml b/epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/resources/mapper/poweraxis/PowerAxisLeaderDao.xml index 473279a..84a6e7e 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 @@ -54,7 +54,7 @@ LEFT JOIN pli_power_axis_tag AS ppat ON - poas.CATEGORY_CODE = ppat.CATEGORY_CODE and ppat.del_flag = '0' and poas.customer_id = #{customerId} + poas.CATEGORY_CODE = ppat.CATEGORY_CODE and ppat.del_flag = '0' and ppat.customer_id = #{customerId} WHERE ppal.id = #{leaderId} AND