bug尝试修复
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user