yujian
2019-01-22 88b54772dbcf5ecab1e2316e4e4626ac901b8908
fanli/src/main/java/com/yeshi/fanli/mapping/push/PushGoodsGroupMapper.xml
@@ -55,7 +55,7 @@
   </delete>
  
   <select id="selectByPushId" resultMap="BaseResultMap" parameterType="java.lang.Long">
         select <include refid="Base_Column_List"/> from yeshi_ec_push_goods_group
         select gro_id,gro_push_id,gro_goods_id as cg_id from yeshi_ec_push_goods_group
         where gro_push_id = #{pushId,jdbcType=BIGINT}
  </select>
  
@@ -67,7 +67,7 @@
         (
          #{item.id,jdbcType=BIGINT},
          #{item.pushId,jdbcType=BIGINT},
          #{item.commonGoods.id,jdbcType=BIGINT},
          #{item.commonGoods.id,jdbcType=BIGINT}
        )
        </foreach>
  </insert>