|
|
@ -254,7 +254,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
and qct.del_flag = '0'
|
|
|
|
and qct.del_flag = '0'
|
|
|
|
<if test="checkType != null and checkType != ''"> and qct.check_type = #{checkType}</if>
|
|
|
|
<if test="checkType != null and checkType != ''"> and qct.check_type = #{checkType}</if>
|
|
|
|
<if test="checkManCode != null and checkManCode != ''"> and qct.check_man_code = #{checkManCode}</if>
|
|
|
|
<if test="checkManCode != null and checkManCode != ''"> and qct.check_man_code = #{checkManCode}</if>
|
|
|
|
<if test="checkStatus != null and checkStatus != ''"> and qct.check_status in (#{checkStatus})</if>
|
|
|
|
<if test="checkStatus != null and checkStatus != ''"> and qct.check_status in (${checkStatus})</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
order by qct.create_time desc
|
|
|
|
order by qct.create_time desc
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|