Browse Source

诉求申诉列表

feature/dangjian
lichao 3 years ago
parent
commit
57b9199313
  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

@ -2202,6 +2202,9 @@
<if test="itemState != null and itemState != ''">
and i.ITEM_STATE = #{itemState}
</if>
<if test="sorce != null and sorce != ''">
and i.EVALUATION_SCORE = #{sorce}
</if>
<if test="evaluationState != null and evaluationState != ''">
<choose>
<when test="evaluationState == '80'">

Loading…
Cancel
Save