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