Browse Source

【网格实体化运作打分】操作记录后台管理-王公峰-2020-12-09

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

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

@ -37,12 +37,12 @@
CREATED_TIME,
UPDATED_BY,
UPDATED_TIME
from epdc_act_phrase
from epdc_sub_audit_records_log
where DEL_FLAG = '0'
<if test="processCode != null and processCode != ''">
and PROCESS_CODE = #{processCode}
</if>
order by CREATED_TIME desc,INFO_ID,CHECK_TIME desc
order by INFO_ID,CHECK_TIME,CREATED_TIME desc
</select>

Loading…
Cancel
Save