From aca6a15e2c239093c6b59c58e761afddb620bc8a Mon Sep 17 00:00:00 2001 From: lichao <326994889@qq.com> Date: Fri, 2 Jun 2023 14:08:02 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=88=A0=E9=99=A4EVALUATION=5FSCORE=20!?= =?UTF-8?q?=3D''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/item/ItemDao.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml b/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml index 668e19b5c..d131fed30 100755 --- a/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml +++ b/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml @@ -2883,7 +2883,6 @@ AND item.PEOPLE_FLAG = #{peopleFlag} and item.EVALUATION_SCORE is not null - and item.EVALUATION_SCORE !='' and item.SQID is not null and item.SQID !='' group by item.EVALUATION_SCORE @@ -2923,7 +2922,6 @@ #{time} and item.EVALUATION_SCORE is not null - and item.EVALUATION_SCORE !='' and item.SQID is not null and item.SQID !='' group by DATE_FORMAT(item.CREATED_TIME,'%Y-%m-%d') @@ -3002,7 +3000,6 @@ #{time} and item.EVALUATION_SCORE is not null - and item.EVALUATION_SCORE !='' and item.SQID is not null and item.SQID !='' group by DATE_FORMAT(item.CREATED_TIME,'%Y-%m')