|
|
@ -42,7 +42,7 @@ |
|
|
<if test="processCode != null and processCode != ''"> |
|
|
<if test="processCode != null and processCode != ''"> |
|
|
and PROCESS_CODE = #{processCode} |
|
|
and PROCESS_CODE = #{processCode} |
|
|
</if> |
|
|
</if> |
|
|
order by INFO_ID,CHECK_TIME desc,CREATED_TIME desc |
|
|
order by CREATED_TIME desc |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|