Browse Source

【网格实体化运作】审核日志-王公峰-2020-12-15

feature/dangjian
wanggongfeng 5 years ago
parent
commit
5596871eb2
  1. 5
      esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/SubAuditRecordsLogDao.xml

5
esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/SubAuditRecordsLogDao.xml

@ -44,7 +44,10 @@
<if test="processCode != null and processCode != ''">
and ll.PROCESS_CODE = #{processCode}
</if>
order by ll.CREATED_TIME desc
<if test="infoId != null and infoId != ''">
and ll.INFO_ID = #{infoId}
</if>
order by ll.CREATED_TIME
</select>

Loading…
Cancel
Save