From e6191ab72edf64447dcdfc4a77d27290563ed8e0 Mon Sep 17 00:00:00 2001 From: wangliwen Date: Wed, 12 Oct 2022 18:51:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90=E7=94=B3=E8=AF=B7=E9=87=8F?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=20=E5=9F=BA=E7=A1=80=E8=AE=BE=E6=96=BD?= =?UTF-8?q?=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processForm/TAbilityApplicationDao.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/renren-admin/src/main/resources/mapper/processForm/TAbilityApplicationDao.xml b/renren-admin/src/main/resources/mapper/processForm/TAbilityApplicationDao.xml index 32b2dde2..c10081c7 100644 --- a/renren-admin/src/main/resources/mapper/processForm/TAbilityApplicationDao.xml +++ b/renren-admin/src/main/resources/mapper/processForm/TAbilityApplicationDao.xml @@ -119,23 +119,6 @@ AND su.dept_id != '' AND su.dept_id IS NOT NULL GROUP BY tda.attr_value - UNION - SELECT - COUNT( taa.apply_flag ) AS 'count', - 'jcss' AS 'type' - FROM - t_ability_application taa, - sys_dept sd, - sys_user su - WHERE - 1 = 1 - AND taa.user_id = su.id - AND su.dept_id = sd.id - AND taa.camera_list != '' - AND taa.camera_list IS NOT NULL - GROUP BY - sd.id - ) temp2