Browse Source

不查老数据

feature/dangjian
zhangyuan 3 years ago
parent
commit
a880487b98
  1. 3
      esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml

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

@ -1853,7 +1853,8 @@
) process on process.ITEM_ID = i.ID
where
i.DEL_FLAG='0'
and IS_PEOPLE = '1'
and i.IS_PEOPLE = '1'
and i.EVENT_ID IS NULL
<if test="appealType != null and appealType != ''">
and i.PEOPLE_FLAG = #{appealType}
</if>

Loading…
Cancel
Save