解决商品新增没有货仓位货架字段的bug

This commit is contained in:
季圣华
2023-05-25 21:12:06 +08:00
parent e9651fdf66
commit 29ebf50585

View File

@@ -209,6 +209,9 @@
<if test="enableBatchNumber != null"> <if test="enableBatchNumber != null">
enable_batch_number, enable_batch_number,
</if> </if>
<if test="position != null">
position,
</if>
<if test="tenantId != null"> <if test="tenantId != null">
tenant_id, tenant_id,
</if> </if>
@@ -274,6 +277,9 @@
<if test="enableBatchNumber != null"> <if test="enableBatchNumber != null">
#{enableBatchNumber,jdbcType=VARCHAR}, #{enableBatchNumber,jdbcType=VARCHAR},
</if> </if>
<if test="position != null">
#{position,jdbcType=VARCHAR},
</if>
<if test="tenantId != null"> <if test="tenantId != null">
#{tenantId,jdbcType=BIGINT}, #{tenantId,jdbcType=BIGINT},
</if> </if>