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