Commit a1003e4c by 吕明尚

修改XML

parent 2596ab21
......@@ -258,7 +258,7 @@
<if test="orderType != null">order_type = #{orderType},</if>
<if test="packIds != null">pack_ids = #{packIds},</if>
<if test="dealgroupId != null">dealgroup_id = #{dealgroupId},</if>
<if test="tiktokSkuId != null">tiktok_sku_id = #{tiktokSkuId}</if>
<if test="tiktokSkuId != null">tiktok_sku_id = #{tiktokSkuId},</if>
<if test="storeIds != null">store_ids = #{storeIds},</if>
</trim>
where id = #{id}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment