|
@@ -28,6 +28,7 @@
|
|
|
<result column="retry_count" jdbcType="INTEGER" property="retryCount" />
|
|
|
<result column="send_count" jdbcType="INTEGER" property="sendCount" />
|
|
|
<result column="publish_open_flag" jdbcType="INTEGER" property="publishOpenFlag" />
|
|
|
+ <result column="is_special_setting" jdbcType="INTEGER" property="isSpecialSetting" />
|
|
|
<result column="is_delete" jdbcType="INTEGER" property="isDelete" />
|
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
|
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
|
@@ -95,7 +96,8 @@
|
|
|
publish_window_start, publish_window_end, publish_time_interval, publish_num, publish_pre_num,
|
|
|
publish_pre_min_num, publish_push_time, push_type, miniprogram_insert_flag, mini_strategy,
|
|
|
miniprogram_use_type, sort_strategy, exclude_content_index, `status`, match_status,
|
|
|
- retry_count, send_count, publish_open_flag, is_delete, create_time, update_time
|
|
|
+ retry_count, send_count, publish_open_flag, is_special_setting, is_delete, create_time,
|
|
|
+ update_time
|
|
|
</sql>
|
|
|
<select id="selectByExample" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.PlanAccountExample" resultMap="BaseResultMap">
|
|
|
select
|
|
@@ -140,8 +142,8 @@
|
|
|
mini_strategy, miniprogram_use_type, sort_strategy,
|
|
|
exclude_content_index, `status`, match_status,
|
|
|
retry_count, send_count, publish_open_flag,
|
|
|
- is_delete, create_time, update_time
|
|
|
- )
|
|
|
+ is_special_setting, is_delete, create_time,
|
|
|
+ update_time)
|
|
|
values (#{id,jdbcType=BIGINT}, #{planId,jdbcType=VARCHAR}, #{planName,jdbcType=VARCHAR},
|
|
|
#{accountId,jdbcType=VARCHAR}, #{accountName,jdbcType=VARCHAR}, #{ghId,jdbcType=VARCHAR},
|
|
|
#{publishRate,jdbcType=INTEGER}, #{publishDate,jdbcType=VARCHAR}, #{publishWindowStart,jdbcType=VARCHAR},
|
|
@@ -151,8 +153,8 @@
|
|
|
#{miniStrategy,jdbcType=VARCHAR}, #{miniprogramUseType,jdbcType=INTEGER}, #{sortStrategy,jdbcType=VARCHAR},
|
|
|
#{excludeContentIndex,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{matchStatus,jdbcType=INTEGER},
|
|
|
#{retryCount,jdbcType=INTEGER}, #{sendCount,jdbcType=INTEGER}, #{publishOpenFlag,jdbcType=INTEGER},
|
|
|
- #{isDelete,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}
|
|
|
- )
|
|
|
+ #{isSpecialSetting,jdbcType=INTEGER}, #{isDelete,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP},
|
|
|
+ #{updateTime,jdbcType=TIMESTAMP})
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.PlanAccount">
|
|
|
insert into long_articles_plan_account
|
|
@@ -235,6 +237,9 @@
|
|
|
<if test="publishOpenFlag != null">
|
|
|
publish_open_flag,
|
|
|
</if>
|
|
|
+ <if test="isSpecialSetting != null">
|
|
|
+ is_special_setting,
|
|
|
+ </if>
|
|
|
<if test="isDelete != null">
|
|
|
is_delete,
|
|
|
</if>
|
|
@@ -324,6 +329,9 @@
|
|
|
<if test="publishOpenFlag != null">
|
|
|
#{publishOpenFlag,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
+ <if test="isSpecialSetting != null">
|
|
|
+ #{isSpecialSetting,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
<if test="isDelete != null">
|
|
|
#{isDelete,jdbcType=INTEGER},
|
|
|
</if>
|
|
@@ -422,6 +430,9 @@
|
|
|
<if test="record.publishOpenFlag != null">
|
|
|
publish_open_flag = #{record.publishOpenFlag,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
+ <if test="record.isSpecialSetting != null">
|
|
|
+ is_special_setting = #{record.isSpecialSetting,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
<if test="record.isDelete != null">
|
|
|
is_delete = #{record.isDelete,jdbcType=INTEGER},
|
|
|
</if>
|
|
@@ -464,6 +475,7 @@
|
|
|
retry_count = #{record.retryCount,jdbcType=INTEGER},
|
|
|
send_count = #{record.sendCount,jdbcType=INTEGER},
|
|
|
publish_open_flag = #{record.publishOpenFlag,jdbcType=INTEGER},
|
|
|
+ is_special_setting = #{record.isSpecialSetting,jdbcType=INTEGER},
|
|
|
is_delete = #{record.isDelete,jdbcType=INTEGER},
|
|
|
create_time = #{record.createTime,jdbcType=TIMESTAMP},
|
|
|
update_time = #{record.updateTime,jdbcType=TIMESTAMP}
|
|
@@ -549,6 +561,9 @@
|
|
|
<if test="publishOpenFlag != null">
|
|
|
publish_open_flag = #{publishOpenFlag,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
+ <if test="isSpecialSetting != null">
|
|
|
+ is_special_setting = #{isSpecialSetting,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
<if test="isDelete != null">
|
|
|
is_delete = #{isDelete,jdbcType=INTEGER},
|
|
|
</if>
|
|
@@ -588,6 +603,7 @@
|
|
|
retry_count = #{retryCount,jdbcType=INTEGER},
|
|
|
send_count = #{sendCount,jdbcType=INTEGER},
|
|
|
publish_open_flag = #{publishOpenFlag,jdbcType=INTEGER},
|
|
|
+ is_special_setting = #{isSpecialSetting,jdbcType=INTEGER},
|
|
|
is_delete = #{isDelete,jdbcType=INTEGER},
|
|
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
|
update_time = #{updateTime,jdbcType=TIMESTAMP}
|