...
|
...
|
@@ -23,13 +23,13 @@ |
|
|
<result column="is_hot" property="isHot" jdbcType="CHAR" />
|
|
|
<result column="is_special" property="isSpecial" jdbcType="CHAR" />
|
|
|
<result column="is_sales" property="isSales" jdbcType="CHAR" />
|
|
|
<result column="is_replenishment" property="isReplenishment" jdbcType="TINYINT" />
|
|
|
<result column="is_replenishment" property="isReplenishment" jdbcType="INTEGER" />
|
|
|
<result column="is_advance" property="isAdvance" jdbcType="CHAR" />
|
|
|
<result column="is_retrieval" property="isRetrieval" jdbcType="CHAR" />
|
|
|
<result column="is_auditing" property="isAuditing" jdbcType="CHAR" />
|
|
|
<result column="is_recommend" property="isRecommend" jdbcType="CHAR" />
|
|
|
<result column="is_promotion" property="isPromotion" jdbcType="INTEGER" />
|
|
|
<result column="attribute" property="attribute" jdbcType="TINYINT" />
|
|
|
<result column="attribute" property="attribute" jdbcType="INTEGER" />
|
|
|
<result column="seasons" property="seasons" jdbcType="CHAR" />
|
|
|
<result column="salable_time" property="salableTime" jdbcType="VARCHAR" />
|
|
|
<result column="first_shelve_time" property="firstShelveTime" jdbcType="INTEGER" />
|
...
|
...
|
@@ -40,9 +40,9 @@ |
|
|
<result column="edit_time" property="editTime" jdbcType="INTEGER" />
|
|
|
<result column="auditing_time" property="auditingTime" jdbcType="INTEGER" />
|
|
|
<result column="is_down" property="isDown" jdbcType="CHAR" />
|
|
|
<result column="status" property="status" jdbcType="TINYINT" />
|
|
|
<result column="is_edit" property="isEdit" jdbcType="TINYINT" />
|
|
|
<result column="vip_discount_type" property="vipDiscountType" jdbcType="TINYINT" />
|
|
|
<result column="status" property="status" jdbcType="INTEGER" />
|
|
|
<result column="is_edit" property="isEdit" jdbcType="INTEGER" />
|
|
|
<result column="vip_discount_type" property="vipDiscountType" jdbcType="INTEGER" />
|
|
|
<result column="storage" property="storage" jdbcType="INTEGER" />
|
|
|
<result column="is_outlets" property="isOutlets" jdbcType="CHAR" />
|
|
|
<result column="folder_id" property="folderId" jdbcType="INTEGER" />
|
...
|
...
|
@@ -125,19 +125,19 @@ |
|
|
#{isLimited,jdbcType=CHAR}, #{isHot,jdbcType=CHAR},
|
|
|
#{isSpecial,jdbcType=CHAR},
|
|
|
#{isSales,jdbcType=CHAR},
|
|
|
#{isReplenishment,jdbcType=TINYINT}, #{isAdvance,jdbcType=CHAR},
|
|
|
#{isReplenishment,jdbcType=INTEGER}, #{isAdvance,jdbcType=CHAR},
|
|
|
#{isRetrieval,jdbcType=CHAR}, #{isAuditing,jdbcType=CHAR},
|
|
|
#{isRecommend,jdbcType=CHAR},
|
|
|
#{isPromotion,jdbcType=INTEGER},
|
|
|
#{attribute,jdbcType=TINYINT}, #{seasons,jdbcType=CHAR},
|
|
|
#{attribute,jdbcType=INTEGER}, #{seasons,jdbcType=CHAR},
|
|
|
#{salableTime,jdbcType=VARCHAR}, #{firstShelveTime,jdbcType=INTEGER},
|
|
|
#{shelveTime,jdbcType=INTEGER},
|
|
|
#{expectArrivalTime,jdbcType=INTEGER},
|
|
|
#{createTime,jdbcType=INTEGER}, #{arrivalTime,jdbcType=INTEGER},
|
|
|
#{editTime,jdbcType=INTEGER}, #{auditingTime,jdbcType=INTEGER},
|
|
|
#{isDown,jdbcType=CHAR},
|
|
|
#{status,jdbcType=TINYINT},
|
|
|
#{isEdit,jdbcType=TINYINT}, #{vipDiscountType,jdbcType=TINYINT},
|
|
|
#{status,jdbcType=INTEGER},
|
|
|
#{isEdit,jdbcType=INTEGER}, #{vipDiscountType,jdbcType=INTEGER},
|
|
|
#{storage,jdbcType=INTEGER}, #{isOutlets,jdbcType=CHAR},
|
|
|
#{folderId,jdbcType=INTEGER},
|
|
|
#{sellChannels,jdbcType=CHAR},
|
...
|
...
|
@@ -362,7 +362,7 @@ |
|
|
#{isSales,jdbcType=CHAR},
|
|
|
</if>
|
|
|
<if test="isReplenishment != null">
|
|
|
#{isReplenishment,jdbcType=TINYINT},
|
|
|
#{isReplenishment,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="isAdvance != null">
|
|
|
#{isAdvance,jdbcType=CHAR},
|
...
|
...
|
@@ -380,7 +380,7 @@ |
|
|
#{isPromotion,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="attribute != null">
|
|
|
#{attribute,jdbcType=TINYINT},
|
|
|
#{attribute,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="seasons != null">
|
|
|
#{seasons,jdbcType=CHAR},
|
...
|
...
|
@@ -413,13 +413,13 @@ |
|
|
#{isDown,jdbcType=CHAR},
|
|
|
</if>
|
|
|
<if test="status != null">
|
|
|
#{status,jdbcType=TINYINT},
|
|
|
#{status,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="isEdit != null">
|
|
|
#{isEdit,jdbcType=TINYINT},
|
|
|
#{isEdit,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="vipDiscountType != null">
|
|
|
#{vipDiscountType,jdbcType=TINYINT},
|
|
|
#{vipDiscountType,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="storage != null">
|
|
|
#{storage,jdbcType=INTEGER},
|
...
|
...
|
@@ -515,7 +515,7 @@ |
|
|
is_sales = #{isSales,jdbcType=CHAR},
|
|
|
</if>
|
|
|
<if test="isReplenishment != null">
|
|
|
is_replenishment = #{isReplenishment,jdbcType=TINYINT},
|
|
|
is_replenishment = #{isReplenishment,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="isAdvance != null">
|
|
|
is_advance = #{isAdvance,jdbcType=CHAR},
|
...
|
...
|
@@ -533,7 +533,7 @@ |
|
|
is_promotion = #{isPromotion,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="attribute != null">
|
|
|
attribute = #{attribute,jdbcType=TINYINT},
|
|
|
attribute = #{attribute,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="seasons != null">
|
|
|
seasons = #{seasons,jdbcType=CHAR},
|
...
|
...
|
@@ -567,13 +567,13 @@ |
|
|
is_down = #{isDown,jdbcType=CHAR},
|
|
|
</if>
|
|
|
<if test="status != null">
|
|
|
status = #{status,jdbcType=TINYINT},
|
|
|
status = #{status,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="isEdit != null">
|
|
|
is_edit = #{isEdit,jdbcType=TINYINT},
|
|
|
is_edit = #{isEdit,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="vipDiscountType != null">
|
|
|
vip_discount_type = #{vipDiscountType,jdbcType=TINYINT},
|
|
|
vip_discount_type = #{vipDiscountType,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="storage != null">
|
|
|
storage = #{storage,jdbcType=INTEGER},
|
...
|
...
|
@@ -639,7 +639,7 @@ |
|
|
is_special = #{isSpecial,jdbcType=CHAR},
|
|
|
is_sales = #{isSales,jdbcType=CHAR},
|
|
|
is_replenishment =
|
|
|
#{isReplenishment,jdbcType=TINYINT},
|
|
|
#{isReplenishment,jdbcType=INTEGER},
|
|
|
is_advance =
|
|
|
#{isAdvance,jdbcType=CHAR},
|
|
|
is_retrieval =
|
...
|
...
|
@@ -651,7 +651,7 @@ |
|
|
is_promotion =
|
|
|
#{isPromotion,jdbcType=INTEGER},
|
|
|
attribute =
|
|
|
#{attribute,jdbcType=TINYINT},
|
|
|
#{attribute,jdbcType=INTEGER},
|
|
|
seasons = #{seasons,jdbcType=CHAR},
|
|
|
salable_time = #{salableTime,jdbcType=VARCHAR},
|
|
|
first_shelve_time =
|
...
|
...
|
@@ -669,11 +669,11 @@ |
|
|
auditing_time =
|
|
|
#{auditingTime,jdbcType=INTEGER},
|
|
|
is_down = #{isDown,jdbcType=CHAR},
|
|
|
status = #{status,jdbcType=TINYINT},
|
|
|
status = #{status,jdbcType=INTEGER},
|
|
|
is_edit =
|
|
|
#{isEdit,jdbcType=TINYINT},
|
|
|
#{isEdit,jdbcType=INTEGER},
|
|
|
vip_discount_type =
|
|
|
#{vipDiscountType,jdbcType=TINYINT},
|
|
|
#{vipDiscountType,jdbcType=INTEGER},
|
|
|
storage =
|
|
|
#{storage,jdbcType=INTEGER},
|
|
|
is_outlets = #{isOutlets,jdbcType=CHAR},
|
...
|
...
|
|