|
|
|
@ -48,7 +48,7 @@ public interface ApiMemberProductMapper extends ApiMemberProductMapperExt { |
|
|
|
|
"ext_3)", |
|
|
|
|
"values (#{name,jdbcType=VARCHAR}, #{typeId,jdbcType=INTEGER}, ", |
|
|
|
|
"#{brandId,jdbcType=INTEGER}, #{price,jdbcType=DECIMAL}, ", |
|
|
|
|
"#{productId,jdbcType=BIGINT}, #{sort,jdbcType=INTEGER}, ", |
|
|
|
|
"#{productId,jdbcType=VARCHAR}, #{sort,jdbcType=INTEGER}, ", |
|
|
|
|
"#{operatorId,jdbcType=BIGINT}, #{operatorName,jdbcType=VARCHAR}, ", |
|
|
|
|
"#{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}, ", |
|
|
|
|
"#{status,jdbcType=INTEGER}, #{ext1,jdbcType=VARCHAR}, #{ext2,jdbcType=VARCHAR}, ", |
|
|
|
@ -68,7 +68,7 @@ public interface ApiMemberProductMapper extends ApiMemberProductMapperExt { |
|
|
|
|
@Result(column="type_id", property="typeId", jdbcType=JdbcType.INTEGER), |
|
|
|
|
@Result(column="brand_id", property="brandId", jdbcType=JdbcType.INTEGER), |
|
|
|
|
@Result(column="price", property="price", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="product_id", property="productId", jdbcType=JdbcType.BIGINT), |
|
|
|
|
@Result(column="product_id", property="productId", jdbcType=JdbcType.VARCHAR), |
|
|
|
|
@Result(column="sort", property="sort", jdbcType=JdbcType.INTEGER), |
|
|
|
|
@Result(column="operator_id", property="operatorId", jdbcType=JdbcType.BIGINT), |
|
|
|
|
@Result(column="operator_name", property="operatorName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@ -94,7 +94,7 @@ public interface ApiMemberProductMapper extends ApiMemberProductMapperExt { |
|
|
|
|
@Result(column="type_id", property="typeId", jdbcType=JdbcType.INTEGER), |
|
|
|
|
@Result(column="brand_id", property="brandId", jdbcType=JdbcType.INTEGER), |
|
|
|
|
@Result(column="price", property="price", jdbcType=JdbcType.DECIMAL), |
|
|
|
|
@Result(column="product_id", property="productId", jdbcType=JdbcType.BIGINT), |
|
|
|
|
@Result(column="product_id", property="productId", jdbcType=JdbcType.VARCHAR), |
|
|
|
|
@Result(column="sort", property="sort", jdbcType=JdbcType.INTEGER), |
|
|
|
|
@Result(column="operator_id", property="operatorId", jdbcType=JdbcType.BIGINT), |
|
|
|
|
@Result(column="operator_name", property="operatorName", jdbcType=JdbcType.VARCHAR), |
|
|
|
@ -122,7 +122,7 @@ public interface ApiMemberProductMapper extends ApiMemberProductMapperExt { |
|
|
|
|
"type_id = #{typeId,jdbcType=INTEGER},", |
|
|
|
|
"brand_id = #{brandId,jdbcType=INTEGER},", |
|
|
|
|
"price = #{price,jdbcType=DECIMAL},", |
|
|
|
|
"product_id = #{productId,jdbcType=BIGINT},", |
|
|
|
|
"product_id = #{productId,jdbcType=VARCHAR},", |
|
|
|
|
"sort = #{sort,jdbcType=INTEGER},", |
|
|
|
|
"operator_id = #{operatorId,jdbcType=BIGINT},", |
|
|
|
|
"operator_name = #{operatorName,jdbcType=VARCHAR},", |
|
|
|
|