优化商品的多属性功能,编辑的页面也可以操作多属性

This commit is contained in:
jishenghua
2025-04-09 23:59:40 +08:00
parent 9c6eb10108
commit 7094e2f511
9 changed files with 269 additions and 36 deletions

View File

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