Browse Source

修复市级办理 市级驳回 在待处理列表bug

master
qushutong 2 years ago
parent
commit
db07624d6e
  1. 2
      esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml

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

@ -573,7 +573,7 @@
) process on process.ITEM_ID = item.ID ) process on process.ITEM_ID = item.ID
WHERE item.DEL_FLAG = '0' WHERE item.DEL_FLAG = '0'
<if test="itemState != null and itemState != '' and itemState != '10'"> <if test="itemState != null and itemState != '' and itemState != '10'">
and (process.state is not null and process.state not in (11,14,15,16,1002,1103,1004,1005,1105,1106)) and (process.state is not null and process.state not in (11,14,15,16,1002,1103,1004,1005,1105,1106,3001,3000))
and (item.IS_PEOPLE = '0' or (item.IS_PEOPLE = '1' and item.PEOPLE_FLAG = '0')) and (item.IS_PEOPLE = '0' or (item.IS_PEOPLE = '1' and item.PEOPLE_FLAG = '0'))
</if> </if>
<if test="itemState != null and itemState != '' and itemState == '0'"> <if test="itemState != null and itemState != '' and itemState == '0'">

Loading…
Cancel
Save