admin
2022-08-25 146dbd5ed24c1fe63766aa45e0ce602caa39748e
fanli/src/main/resource/mapping/share/ShareMapper.xml
@@ -5,7 +5,7 @@
   <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" />
@@ -56,7 +56,7 @@
      </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>
@@ -111,7 +111,7 @@
      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},