From 77c055ec7c83a38c49909f031c394c857bc40a2e Mon Sep 17 00:00:00 2001 From: yinzuomei <576302893@qq.com> Date: Thu, 9 Mar 2023 14:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E6=97=B6=E5=8A=A8=E6=80=81=E3=80=81?= =?UTF-8?q?=E5=85=9A=E5=BB=BA=E5=AE=A3=E4=BC=A0=E9=87=8C=E7=9A=84=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=EF=BC=8C=E5=8F=AA=E5=B1=95=E7=A4=BAshow=5Fflag=3D'1'?= =?UTF-8?q?=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/TagCustomerDao.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/TagCustomerDao.xml b/epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/TagCustomerDao.xml index 8d10cda3fa..1f584ac33f 100644 --- a/epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/TagCustomerDao.xml +++ b/epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/TagCustomerDao.xml @@ -89,6 +89,7 @@ ts.CUSTOMER_ID = #{customerId} AND tc.CUSTOMER_ID AND ts.AGENCY_ID = #{agencyId} + and tc.SHOW_FLAG ='1' ORDER BY convert(tc.TAG_NAME USING gbk) ASC;