| | |
| | | <resultMap id="BaseResultMap" |
| | | type="com.yeshi.fanli.entity.taobao.ShareTaoPassword"> |
| | | <id column="id" property="id" jdbcType="BIGINT" /> |
| | | <result column="auctionId" property="auctionId" jdbcType="BIGINT" /> |
| | | <result column="auctionId" property="auctionId" jdbcType="VARCHAR" /> |
| | | <result column="pid" property="pid" jdbcType="VARCHAR" /> |
| | | <result column="taoToken" property="taoToken" jdbcType="VARCHAR" /> |
| | | <result column="couponLink" property="couponLink" jdbcType="VARCHAR" /> |
| | |
| | | </trim> |
| | | values |
| | | <trim prefix="(" suffix=")" suffixOverrides=","> |
| | | <if test="auctionId != null">#{auctionId,jdbcType=BIGINT},</if> |
| | | <if test="auctionId != null">#{auctionId,jdbcType=VARCHAR},</if> |
| | | <if test="pid != null">#{pid,jdbcType=VARCHAR},</if> |
| | | <if test="taoToken != null">#{taoToken,jdbcType=VARCHAR},</if> |
| | | <if test="couponLink != null">#{couponLink,jdbcType=VARCHAR},</if> |
| | |
| | | update yeshi_ec_share_tao_password |
| | | <set> |
| | | <if test="auctionId != null"> |
| | | auctionId = #{auctionId,jdbcType=BIGINT}, |
| | | auctionId = #{auctionId,jdbcType=VARCHAR}, |
| | | </if> |
| | | <if test="pid != null"> |
| | | pid = #{pid,jdbcType=VARCHAR}, |