Merge remote-tracking branch 'origin/master'

master
mengjiao 10 months ago
commit 0127363fe9

@ -326,7 +326,7 @@
<if test="appendFlag != null">append_flag = #{appendFlag},</if> <if test="appendFlag != null">append_flag = #{appendFlag},</if>
<if test="appendPercent != null">append_percent = #{appendPercent},</if> <if test="appendPercent != null">append_percent = #{appendPercent},</if>
<if test="mtart != null and mtart != ''">mtart = #{mtart},</if> <if test="mtart != null and mtart != ''">mtart = #{mtart},</if>
<if test="reportRate != null and reportRate != ''">report_rate = #{reportRate},</if> report_rate = #{reportRate},
</trim> </trim>
where product_id = #{productId} where product_id = #{productId}
</update> </update>

Loading…
Cancel
Save