| | |
| | | <if test="desc != null">#{desc,jdbcType=VARCHAR},</if> |
| | | <if test="auctionId != null">#{auctionId,jdbcType=VARCHAR},</if> |
| | | <if test="createTime != null">#{createTime,jdbcType=TIMESTAMP},</if> |
| | | <if test="state != null">#{state,jdbcType=INTEGER}</if> |
| | | <if test="title != null">#{title,jdbcType=VARCHAR}</if> |
| | | <if test="couponAmount != null">#{couponAmount,jdbcType=DECIMAL}</if> |
| | | <if test="state != null">#{state,jdbcType=INTEGER},</if> |
| | | <if test="title != null">#{title,jdbcType=VARCHAR},</if> |
| | | <if test="couponAmount != null">#{couponAmount,jdbcType=DECIMAL},</if> |
| | | </trim> |
| | | </insert> |
| | | <update id="updateByPrimaryKey" |