Merge remote-tracking branch 'origin/main'

main
wanglei 1 year ago
commit 28777691fb

@ -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="clResult != null and clResult != ''"> and cl_result = #{clResult}</if>
<if test="clReason != null and clReason != ''"> and cl_reason = #{clReason}</if> <if test="clReason != null and clReason != ''"> and cl_reason = #{clReason}</if>
</where> </where>
order by create_time DESC
</select> </select>
<select id="selectSzxcTaskRecardById" parameterType="Long" resultMap="SzxcTaskRecardResult"> <select id="selectSzxcTaskRecardById" parameterType="Long" resultMap="SzxcTaskRecardResult">

Loading…
Cancel
Save