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' +