Browse Source

已评价未结案

feature/dangjian
zhangyuan 4 years ago
parent
commit
39c5eef242
  1. 4
      esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml

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

@ -2186,9 +2186,11 @@
<when test="itemState == '80'">
and i.EVALUATION_STATE = '1'
and i.EVALUATION_TIME IS NULL
and i.ITEM_STATE != '10'
</when >
<when test="itemState == '90'">
and i.EVALUATION_TIME IS NOT NULL
and i.ITEM_STATE != '10'
</when >
<otherwise>
and i.ITEM_STATE = #{itemState}
@ -2298,9 +2300,11 @@
<when test="itemState == '80'">
and i.EVALUATION_STATE = '1'
and i.EVALUATION_TIME IS NULL
and i.ITEM_STATE != '10'
</when >
<when test="itemState == '90'">
and i.EVALUATION_TIME IS NOT NULL
and i.ITEM_STATE != '10'
</when >
<otherwise>
and i.ITEM_STATE = #{itemState}

Loading…
Cancel
Save