Browse Source

修改市级办理显示逻辑问题

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

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

@ -716,7 +716,6 @@
where b.ITEM_ID = ITEM_ID where b.ITEM_ID = ITEM_ID
and DEL_FLAG = '0' and DEL_FLAG = '0'
) )
and (b.HANDLER_DEPT != '网格化平台' or (b.HANDLER_DEPT = '网格化平台' and b.STATE in (1060,1065,1105,1071)))
) process on process.ITEM_ID = item.ID ) process on process.ITEM_ID = item.ID
WHERE item.DEL_FLAG = '0' WHERE item.DEL_FLAG = '0'
and (process.state is not null and process.state not in (11,15)) and (process.state is not null and process.state not in (11,15))

Loading…
Cancel
Save