...
|
...
|
@@ -373,10 +373,10 @@ |
|
|
start_sale_time = #{startSaleTime,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="isZeroHelp != null">
|
|
|
is_zero_help = #{isZeroHelp,jdbcType=CHAR}
|
|
|
is_zero_help = #{isZeroHelp,jdbcType=CHAR},
|
|
|
</if>
|
|
|
<if test="isBonded != null">
|
|
|
is_bonded = #{isBonded,jdbcType=CHAR}
|
|
|
is_bonded = #{isBonded,jdbcType=CHAR},
|
|
|
</if>
|
|
|
</set>
|
|
|
where id = #{id,jdbcType=INTEGER}
|
...
|
...
|
|