按时间降序排列

main^2 19
hansha 2 years ago
parent 65c6f79e98
commit e464c5e4dd

@ -49,6 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="clResult != null and clResult != ''"> and cl_result = #{clResult}</if>
<if test="clReason != null and clReason != ''"> and cl_reason = #{clReason}</if>
</where>
order by create_time DESC
</select>
<select id="selectSzxcTaskRecardById" parameterType="Long" resultMap="SzxcTaskRecardResult">

Loading…
Cancel
Save