代码备份

dev_no_inv
yewj 9 months ago
parent 8ed250abe8
commit 7c6e8dc929

@ -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