@ -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}
order by ll.CREATED_TIME
</select>