优化商品的多属性功能,编辑的页面也可以操作多属性
This commit is contained in:
@@ -190,6 +190,9 @@
|
||||
<if test="position != null">
|
||||
position,
|
||||
</if>
|
||||
<if test="attribute != null">
|
||||
attribute,
|
||||
</if>
|
||||
<if test="tenantId != null">
|
||||
tenant_id,
|
||||
</if>
|
||||
@@ -264,6 +267,9 @@
|
||||
<if test="position != null">
|
||||
#{position,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="attribute != null">
|
||||
#{attribute,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="tenantId != null">
|
||||
#{tenantId,jdbcType=BIGINT},
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user