Browse Source

别人的接口

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

5
esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml

@ -2957,9 +2957,10 @@
<if test="peopleFlag != null and peopleFlag != ''"> <if test="peopleFlag != null and peopleFlag != ''">
AND item.PEOPLE_FLAG = #{peopleFlag} AND item.PEOPLE_FLAG = #{peopleFlag}
</if> </if>
<if test="evaluationScore != null and evaluationScore != ''">
AND item.evaluation_score = #{evaluationScore}
</if>
and item.EVALUATION_SCORE is not null and item.EVALUATION_SCORE is not null
group by item.EVALUATION_SCORE
ORDER BY count(item.ID) desc
</select> </select>
<update id="updateBatchBySerialNum"> <update id="updateBatchBySerialNum">

Loading…
Cancel
Save