fix
This commit is contained in:
parent
437040f59a
commit
930c78ebf7
@ -133,7 +133,7 @@
|
|||||||
<if test="saiId != null">sai_id = #{saiId},</if>
|
<if test="saiId != null">sai_id = #{saiId},</if>
|
||||||
<if test="typeId != null">type_id=#{typeId}, </if>
|
<if test="typeId != null">type_id=#{typeId}, </if>
|
||||||
<if test="brandId != null">brand_id=#{brandId}, </if>
|
<if test="brandId != null">brand_id=#{brandId}, </if>
|
||||||
<if test="specsId != null">specs_id=#{specsId]}, </if>
|
<if test="specsId != null">specs_id=#{specsId}, </if>
|
||||||
<if test="count != null">count = #{count}</if>
|
<if test="count != null">count = #{count}</if>
|
||||||
</trim>
|
</trim>
|
||||||
,gmt_modified = now()
|
,gmt_modified = now()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user