This commit is contained in:
DirectionOfMind 2020-12-28 15:39:28 +08:00
parent 437040f59a
commit 930c78ebf7

View File

@ -133,7 +133,7 @@
<if test="saiId != null">sai_id = #{saiId},</if>
<if test="typeId != null">type_id=#{typeId}, </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>
</trim>
,gmt_modified = now()