Browse Source

驳回

master
qushutong 2 years ago
parent
commit
4173288d2a
  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

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

Loading…
Cancel
Save