Browse Source

驳回bug

master
qushutong 2 years ago
parent
commit
8a36194e0f
  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

@ -1149,7 +1149,7 @@
select b.ID,b.ITEM_ID,b.CREATED_TIME,b.state,b.GRID_NEXTPARTNAME select b.ID,b.ITEM_ID,b.CREATED_TIME,b.state,b.GRID_NEXTPARTNAME
from epdc_item_handle_process b from epdc_item_handle_process b
where b.DEL_FLAG = '0' where b.DEL_FLAG = '0'
and b.CREATED_TIME = ( and b.UPDATED_TIME = (
SELECT SELECT
max(UPDATED_TIME) max(UPDATED_TIME)
from epdc_item_handle_process from epdc_item_handle_process

Loading…
Cancel
Save