bug尝试修复

This commit is contained in:
2025-08-01 16:02:49 +08:00
parent a47ea3b6f8
commit a478124379

View File

@@ -120,7 +120,7 @@
<if test="diameter != null ">and diameter = #{diameter}</if>
<if test="batchId != null ">and batch_id = #{batchId}</if>
<if test="sort != null ">and sort = #{sort}</if>
<if test="state != null ">and state = #{state} or state = 5 </if>
<if test="state != null ">and (state = #{state} or state = 5 or state =3 or state = 4 ) </if>
<if test="stepSize != null ">and step_size = #{stepSize}</if>
<if test="finalWidth != null and finalWidth != ''">and final_width = #{finalWidth}</if>
<if test="finalDiameter != null and finalDiameter != ''">and final_diameter = #{finalDiameter}</if>