Browse Source

fix 删除EVALUATION_SCORE !=''

feature/dangjian
lichao 3 years ago
parent
commit
aca6a15e2c
  1. 3
      esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml

3
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}
</if>
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}
</foreach>
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}
</foreach>
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')

Loading…
Cancel
Save