|
|
|
@ -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> |
|
|
|
|
|
|
|
|
|
|
|
|