代码备份

dev_no_inv
yewj 9 months ago
parent 7c6e8dc929
commit 57fb77adda

@ -1954,7 +1954,7 @@
<if test="id != '' and id != null"> <if test="id != '' and id != null">
AND basic_udirel.id = #{id} AND basic_udirel.id = #{id}
</if> </if>
<if test="packLevel != '' and packLevel = null"> <if test="packLevel != '' and packLevel != null">
AND basic_products.packLevel = #{packLevel} AND basic_products.packLevel = #{packLevel}
</if> </if>
</where> </where>

Loading…
Cancel
Save