fix(物料管理): 插入错误
This commit is contained in:
parent
a73166c26e
commit
3ebca24a51
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user