质量手持bug修复7

master
zhaoxiaolin 6 months ago
parent 186955f16f
commit f18ec9c8e2

@ -276,9 +276,9 @@
<if test="checkTimeStart != null and checkTimeStart != ''">and CONVERT(varchar(10),qct.check_time, 120) = #{checkTimeStart}</if>
<if test="checkManCode != null and checkManCode != ''">and qctu.check_man_code = #{checkManCode}</if>
<if test="checkStatus != null and checkStatus != ''">and qct.check_status in (${checkStatus})</if>
<if test='delFlag == "0"'>
and (CONVERT(varchar(10),qct.create_time, 120) >= CONVERT(varchar(10),DATEADD(DAY, -1, GETDATE()), 120))
</if>
</where>
order by qct.create_time desc
</select>

Loading…
Cancel
Save