Showing
1 changed file
with
2 additions
and
2 deletions
@@ -373,10 +373,10 @@ | @@ -373,10 +373,10 @@ | ||
373 | start_sale_time = #{startSaleTime,jdbcType=INTEGER}, | 373 | start_sale_time = #{startSaleTime,jdbcType=INTEGER}, |
374 | </if> | 374 | </if> |
375 | <if test="isZeroHelp != null"> | 375 | <if test="isZeroHelp != null"> |
376 | - is_zero_help = #{isZeroHelp,jdbcType=CHAR} | 376 | + is_zero_help = #{isZeroHelp,jdbcType=CHAR}, |
377 | </if> | 377 | </if> |
378 | <if test="isBonded != null"> | 378 | <if test="isBonded != null"> |
379 | - is_bonded = #{isBonded,jdbcType=CHAR} | 379 | + is_bonded = #{isBonded,jdbcType=CHAR}, |
380 | </if> | 380 | </if> |
381 | </set> | 381 | </set> |
382 | where id = #{id,jdbcType=INTEGER} | 382 | where id = #{id,jdbcType=INTEGER} |
-
Please register or login to post a comment