修改产品物模型报错修复

This commit is contained in:
wyw 2024-08-13 20:20:09 +08:00
parent fd9211f29b
commit 8c91613468

View File

@ -409,7 +409,7 @@
specs = #{specs},
</if>
<if test="group != null and group != ''">
group = #{group},
`group` = #{group},
</if>
<if test="isChart != null">
is_chart = #{isChart},