|
|
@ -39,11 +39,11 @@ public interface GoodsMsgMapper extends GoodsMsgMapperExt { |
|
|
|
int deleteByPrimaryKey(Long id); |
|
|
|
int deleteByPrimaryKey(Long id); |
|
|
|
|
|
|
|
|
|
|
|
@Insert({ |
|
|
|
@Insert({ |
|
|
|
"insert into goods_msg (goods_type, third_id, ", |
|
|
|
"insert into goods_msg (goods_type, child_type, ", |
|
|
|
|
|
|
|
"show_type, sort, ", |
|
|
|
"goods_type_name, goods_type_parent, ", |
|
|
|
"goods_type_name, goods_type_parent, ", |
|
|
|
"goods_type_parent_name, sale_num, ", |
|
|
|
"third_id, goods_type_parent_name, ", |
|
|
|
"`type`, child_type, ", |
|
|
|
"sale_num, `type`, goods_brand_name, ", |
|
|
|
"show_type, goods_brand_name, ", |
|
|
|
|
|
|
|
"goods_brand, goods_label, ", |
|
|
|
"goods_brand, goods_label, ", |
|
|
|
"goods_explain, title, ", |
|
|
|
"goods_explain, title, ", |
|
|
|
"list_img, banner_img, ", |
|
|
|
"list_img, banner_img, ", |
|
|
@ -51,11 +51,11 @@ public interface GoodsMsgMapper extends GoodsMsgMapperExt { |
|
|
|
"create_time, update_time, ", |
|
|
|
"create_time, update_time, ", |
|
|
|
"mer_id, mer_name, ext_1, ", |
|
|
|
"mer_id, mer_name, ext_1, ", |
|
|
|
"ext_2, ext_3)", |
|
|
|
"ext_2, ext_3)", |
|
|
|
"values (#{goodsType,jdbcType=BIGINT}, #{thirdId,jdbcType=VARCHAR}, ", |
|
|
|
"values (#{goodsType,jdbcType=BIGINT}, #{childType,jdbcType=INTEGER}, ", |
|
|
|
|
|
|
|
"#{showType,jdbcType=INTEGER}, #{sort,jdbcType=INTEGER}, ", |
|
|
|
"#{goodsTypeName,jdbcType=VARCHAR}, #{goodsTypeParent,jdbcType=BIGINT}, ", |
|
|
|
"#{goodsTypeName,jdbcType=VARCHAR}, #{goodsTypeParent,jdbcType=BIGINT}, ", |
|
|
|
"#{goodsTypeParentName,jdbcType=VARCHAR}, #{saleNum,jdbcType=INTEGER}, ", |
|
|
|
"#{thirdId,jdbcType=VARCHAR}, #{goodsTypeParentName,jdbcType=VARCHAR}, ", |
|
|
|
"#{type,jdbcType=INTEGER}, #{childType,jdbcType=INTEGER}, ", |
|
|
|
"#{saleNum,jdbcType=INTEGER}, #{type,jdbcType=INTEGER}, #{goodsBrandName,jdbcType=VARCHAR}, ", |
|
|
|
"#{showType,jdbcType=INTEGER}, #{goodsBrandName,jdbcType=VARCHAR}, ", |
|
|
|
|
|
|
|
"#{goodsBrand,jdbcType=BIGINT}, #{goodsLabel,jdbcType=VARCHAR}, ", |
|
|
|
"#{goodsBrand,jdbcType=BIGINT}, #{goodsLabel,jdbcType=VARCHAR}, ", |
|
|
|
"#{goodsExplain,jdbcType=VARCHAR}, #{title,jdbcType=VARCHAR}, ", |
|
|
|
"#{goodsExplain,jdbcType=VARCHAR}, #{title,jdbcType=VARCHAR}, ", |
|
|
|
"#{listImg,jdbcType=VARCHAR}, #{bannerImg,jdbcType=VARCHAR}, ", |
|
|
|
"#{listImg,jdbcType=VARCHAR}, #{bannerImg,jdbcType=VARCHAR}, ", |
|
|
@ -75,14 +75,15 @@ public interface GoodsMsgMapper extends GoodsMsgMapperExt { |
|
|
|
@Results({ |
|
|
|
@Results({ |
|
|
|
@Result(column="id", property="id", jdbcType=JdbcType.BIGINT, id=true), |
|
|
|
@Result(column="id", property="id", jdbcType=JdbcType.BIGINT, id=true), |
|
|
|
@Result(column="goods_type", property="goodsType", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="goods_type", property="goodsType", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="third_id", property="thirdId", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="child_type", property="childType", jdbcType=JdbcType.INTEGER), |
|
|
|
|
|
|
|
@Result(column="show_type", property="showType", jdbcType=JdbcType.INTEGER), |
|
|
|
|
|
|
|
@Result(column="sort", property="sort", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="goods_type_name", property="goodsTypeName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_type_name", property="goodsTypeName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_type_parent", property="goodsTypeParent", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="goods_type_parent", property="goodsTypeParent", jdbcType=JdbcType.BIGINT), |
|
|
|
|
|
|
|
@Result(column="third_id", property="thirdId", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_type_parent_name", property="goodsTypeParentName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_type_parent_name", property="goodsTypeParentName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="sale_num", property="saleNum", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="sale_num", property="saleNum", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="type", property="type", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="type", property="type", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="child_type", property="childType", jdbcType=JdbcType.INTEGER), |
|
|
|
|
|
|
|
@Result(column="show_type", property="showType", jdbcType=JdbcType.INTEGER), |
|
|
|
|
|
|
|
@Result(column="goods_brand_name", property="goodsBrandName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_brand_name", property="goodsBrandName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_brand", property="goodsBrand", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="goods_brand", property="goodsBrand", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="goods_label", property="goodsLabel", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_label", property="goodsLabel", jdbcType=JdbcType.VARCHAR), |
|
|
@ -104,24 +105,25 @@ public interface GoodsMsgMapper extends GoodsMsgMapperExt { |
|
|
|
|
|
|
|
|
|
|
|
@Select({ |
|
|
|
@Select({ |
|
|
|
"select", |
|
|
|
"select", |
|
|
|
"id, goods_type, third_id, goods_type_name, goods_type_parent, goods_type_parent_name, ", |
|
|
|
"id, goods_type, child_type, show_type, sort, goods_type_name, goods_type_parent, ", |
|
|
|
"sale_num, `type`, child_type, show_type, goods_brand_name, goods_brand, goods_label, ", |
|
|
|
"third_id, goods_type_parent_name, sale_num, `type`, goods_brand_name, goods_brand, ", |
|
|
|
"goods_explain, title, list_img, banner_img, detail_img, `status`, create_time, ", |
|
|
|
"goods_label, goods_explain, title, list_img, banner_img, detail_img, `status`, ", |
|
|
|
"update_time, mer_id, mer_name, ext_1, ext_2, ext_3", |
|
|
|
"create_time, update_time, mer_id, mer_name, ext_1, ext_2, ext_3", |
|
|
|
"from goods_msg", |
|
|
|
"from goods_msg", |
|
|
|
"where id = #{id,jdbcType=BIGINT}" |
|
|
|
"where id = #{id,jdbcType=BIGINT}" |
|
|
|
}) |
|
|
|
}) |
|
|
|
@Results({ |
|
|
|
@Results({ |
|
|
|
@Result(column="id", property="id", jdbcType=JdbcType.BIGINT, id=true), |
|
|
|
@Result(column="id", property="id", jdbcType=JdbcType.BIGINT, id=true), |
|
|
|
@Result(column="goods_type", property="goodsType", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="goods_type", property="goodsType", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="third_id", property="thirdId", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="child_type", property="childType", jdbcType=JdbcType.INTEGER), |
|
|
|
|
|
|
|
@Result(column="show_type", property="showType", jdbcType=JdbcType.INTEGER), |
|
|
|
|
|
|
|
@Result(column="sort", property="sort", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="goods_type_name", property="goodsTypeName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_type_name", property="goodsTypeName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_type_parent", property="goodsTypeParent", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="goods_type_parent", property="goodsTypeParent", jdbcType=JdbcType.BIGINT), |
|
|
|
|
|
|
|
@Result(column="third_id", property="thirdId", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_type_parent_name", property="goodsTypeParentName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_type_parent_name", property="goodsTypeParentName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="sale_num", property="saleNum", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="sale_num", property="saleNum", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="type", property="type", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="type", property="type", jdbcType=JdbcType.INTEGER), |
|
|
|
@Result(column="child_type", property="childType", jdbcType=JdbcType.INTEGER), |
|
|
|
|
|
|
|
@Result(column="show_type", property="showType", jdbcType=JdbcType.INTEGER), |
|
|
|
|
|
|
|
@Result(column="goods_brand_name", property="goodsBrandName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_brand_name", property="goodsBrandName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_brand", property="goodsBrand", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="goods_brand", property="goodsBrand", jdbcType=JdbcType.BIGINT), |
|
|
|
@Result(column="goods_label", property="goodsLabel", jdbcType=JdbcType.VARCHAR), |
|
|
|
@Result(column="goods_label", property="goodsLabel", jdbcType=JdbcType.VARCHAR), |
|
|
@ -153,14 +155,15 @@ public interface GoodsMsgMapper extends GoodsMsgMapperExt { |
|
|
|
@Update({ |
|
|
|
@Update({ |
|
|
|
"update goods_msg", |
|
|
|
"update goods_msg", |
|
|
|
"set goods_type = #{goodsType,jdbcType=BIGINT},", |
|
|
|
"set goods_type = #{goodsType,jdbcType=BIGINT},", |
|
|
|
"third_id = #{thirdId,jdbcType=VARCHAR},", |
|
|
|
"child_type = #{childType,jdbcType=INTEGER},", |
|
|
|
|
|
|
|
"show_type = #{showType,jdbcType=INTEGER},", |
|
|
|
|
|
|
|
"sort = #{sort,jdbcType=INTEGER},", |
|
|
|
"goods_type_name = #{goodsTypeName,jdbcType=VARCHAR},", |
|
|
|
"goods_type_name = #{goodsTypeName,jdbcType=VARCHAR},", |
|
|
|
"goods_type_parent = #{goodsTypeParent,jdbcType=BIGINT},", |
|
|
|
"goods_type_parent = #{goodsTypeParent,jdbcType=BIGINT},", |
|
|
|
|
|
|
|
"third_id = #{thirdId,jdbcType=VARCHAR},", |
|
|
|
"goods_type_parent_name = #{goodsTypeParentName,jdbcType=VARCHAR},", |
|
|
|
"goods_type_parent_name = #{goodsTypeParentName,jdbcType=VARCHAR},", |
|
|
|
"sale_num = #{saleNum,jdbcType=INTEGER},", |
|
|
|
"sale_num = #{saleNum,jdbcType=INTEGER},", |
|
|
|
"`type` = #{type,jdbcType=INTEGER},", |
|
|
|
"`type` = #{type,jdbcType=INTEGER},", |
|
|
|
"child_type = #{childType,jdbcType=INTEGER},", |
|
|
|
|
|
|
|
"show_type = #{showType,jdbcType=INTEGER},", |
|
|
|
|
|
|
|
"goods_brand_name = #{goodsBrandName,jdbcType=VARCHAR},", |
|
|
|
"goods_brand_name = #{goodsBrandName,jdbcType=VARCHAR},", |
|
|
|
"goods_brand = #{goodsBrand,jdbcType=BIGINT},", |
|
|
|
"goods_brand = #{goodsBrand,jdbcType=BIGINT},", |
|
|
|
"goods_label = #{goodsLabel,jdbcType=VARCHAR},", |
|
|
|
"goods_label = #{goodsLabel,jdbcType=VARCHAR},", |
|
|
|