修改产品物模型报错修复

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}, specs = #{specs},
</if> </if>
<if test="group != null and group != ''"> <if test="group != null and group != ''">
group = #{group}, `group` = #{group},
</if> </if>
<if test="isChart != null"> <if test="isChart != null">
is_chart = #{isChart}, is_chart = #{isChart},