Browse Source

添加初审,终审列表接口---修改

feature/dangjian
wanggongfeng 3 years ago
parent
commit
57b06020ea
  1. 13
      esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml

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

@ -685,11 +685,14 @@
and b.HANDLER_DEPT != '网格化平台' and b.HANDLER_DEPT != '网格化平台'
) 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 item.evaluation_score = '0'
AND item.evaluation_time <![CDATA[ <= ]]> ( NOW() - interval 24 HOUR )
and (process.state is not null and process.state not in (11,14,15,1002)) and (process.state is not null and process.state not in (11,14,15,1002))
and (item.IS_PEOPLE = '0' or (item.IS_PEOPLE = '1' and item.PEOPLE_FLAG = '0')) and item.IS_PEOPLE = '1'
and (
(item.PEOPLE_FLAG = '0'
AND item.evaluation_score = '0'
AND item.evaluation_time <![CDATA[ <= ]]> ( NOW() - interval 24 HOUR ))
or item.PEOPLE_FLAG in ('1','2')
)
<if test="typeKey != null and typeKey != '' and typeKey == 'grid_party'"> <if test="typeKey != null and typeKey != '' and typeKey == 'grid_party'">
and (process.state != 0 or process.state is null) and (process.state != 0 or process.state is null)
</if> </if>
@ -795,7 +798,7 @@
WHERE item.DEL_FLAG = '0' WHERE item.DEL_FLAG = '0'
AND item.evaluation_score = '0' AND item.evaluation_score = '0'
and (process.state is not null and process.state in (1002)) and (process.state is not null and process.state in (1002))
and (item.IS_PEOPLE = '0' or (item.IS_PEOPLE = '1' and item.PEOPLE_FLAG = '0')) and item.IS_PEOPLE = '1'
<if test="typeKey != null and typeKey != '' and typeKey == 'grid_party'"> <if test="typeKey != null and typeKey != '' and typeKey == 'grid_party'">
and (process.state != 0 or process.state is null) and (process.state != 0 or process.state is null)

Loading…
Cancel
Save