fix(物料管理): 插入错误

This commit is contained in:
LJW 2024-11-07 15:06:23 +08:00
parent a73166c26e
commit 3ebca24a51

View File

@ -193,10 +193,10 @@
<if test="remark != null and remark != ''">
remark,
</if>
<if test="attr1 != null and attr1 != ''">
<if test="attr1 != null">
attr1,
</if>
<if test="attr2 != null and attr2 != ''">
<if test="attr2 != null">
attr2,
</if>
<if test="attr3 != null and attr3 != 0">