|
|
|
@ -232,7 +232,7 @@
|
|
|
|
|
<if test="appendFlag != null">append_flag,</if>
|
|
|
|
|
<if test="appendPercent != null">append_percent,</if>
|
|
|
|
|
<if test="mtart != null">mtart,</if>
|
|
|
|
|
<if test="reportRate != null">report_rate,</if>
|
|
|
|
|
report_rate,
|
|
|
|
|
</trim>
|
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="productId != null">#{productId},</if>
|
|
|
|
@ -278,7 +278,7 @@
|
|
|
|
|
<if test="appendFlag != null">#{appendFlag},</if>
|
|
|
|
|
<if test="appendPercent != null">#{appendPercent},</if>
|
|
|
|
|
<if test="mtart != null">#{mtart},</if>
|
|
|
|
|
<if test="reportRate != null">#{reportRate},</if>
|
|
|
|
|
#{reportRate},
|
|
|
|
|
</trim>
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|