|
@@ -29,6 +29,7 @@
|
|
<result column="send_count" jdbcType="INTEGER" property="sendCount" />
|
|
<result column="send_count" jdbcType="INTEGER" property="sendCount" />
|
|
<result column="publish_open_flag" jdbcType="INTEGER" property="publishOpenFlag" />
|
|
<result column="publish_open_flag" jdbcType="INTEGER" property="publishOpenFlag" />
|
|
<result column="is_special_setting" jdbcType="INTEGER" property="isSpecialSetting" />
|
|
<result column="is_special_setting" jdbcType="INTEGER" property="isSpecialSetting" />
|
|
|
|
+ <result column="special_not_send" jdbcType="INTEGER" property="specialNotSend" />
|
|
<result column="is_delete" jdbcType="INTEGER" property="isDelete" />
|
|
<result column="is_delete" jdbcType="INTEGER" property="isDelete" />
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
|
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
|
@@ -96,8 +97,8 @@
|
|
publish_window_start, publish_window_end, publish_time_interval, publish_num, publish_pre_num,
|
|
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,
|
|
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,
|
|
miniprogram_use_type, sort_strategy, exclude_content_index, `status`, match_status,
|
|
- retry_count, send_count, publish_open_flag, is_special_setting, is_delete, create_time,
|
|
|
|
- update_time
|
|
|
|
|
|
+ retry_count, send_count, publish_open_flag, is_special_setting, special_not_send,
|
|
|
|
+ is_delete, create_time, update_time
|
|
</sql>
|
|
</sql>
|
|
<select id="selectByExample" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.PlanAccountExample" resultMap="BaseResultMap">
|
|
<select id="selectByExample" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.PlanAccountExample" resultMap="BaseResultMap">
|
|
select
|
|
select
|
|
@@ -142,8 +143,8 @@
|
|
mini_strategy, miniprogram_use_type, sort_strategy,
|
|
mini_strategy, miniprogram_use_type, sort_strategy,
|
|
exclude_content_index, `status`, match_status,
|
|
exclude_content_index, `status`, match_status,
|
|
retry_count, send_count, publish_open_flag,
|
|
retry_count, send_count, publish_open_flag,
|
|
- is_special_setting, is_delete, create_time,
|
|
|
|
- update_time)
|
|
|
|
|
|
+ is_special_setting, special_not_send, is_delete,
|
|
|
|
+ create_time, update_time)
|
|
values (#{id,jdbcType=BIGINT}, #{planId,jdbcType=VARCHAR}, #{planName,jdbcType=VARCHAR},
|
|
values (#{id,jdbcType=BIGINT}, #{planId,jdbcType=VARCHAR}, #{planName,jdbcType=VARCHAR},
|
|
#{accountId,jdbcType=VARCHAR}, #{accountName,jdbcType=VARCHAR}, #{ghId,jdbcType=VARCHAR},
|
|
#{accountId,jdbcType=VARCHAR}, #{accountName,jdbcType=VARCHAR}, #{ghId,jdbcType=VARCHAR},
|
|
#{publishRate,jdbcType=INTEGER}, #{publishDate,jdbcType=VARCHAR}, #{publishWindowStart,jdbcType=VARCHAR},
|
|
#{publishRate,jdbcType=INTEGER}, #{publishDate,jdbcType=VARCHAR}, #{publishWindowStart,jdbcType=VARCHAR},
|
|
@@ -153,8 +154,8 @@
|
|
#{miniStrategy,jdbcType=VARCHAR}, #{miniprogramUseType,jdbcType=INTEGER}, #{sortStrategy,jdbcType=VARCHAR},
|
|
#{miniStrategy,jdbcType=VARCHAR}, #{miniprogramUseType,jdbcType=INTEGER}, #{sortStrategy,jdbcType=VARCHAR},
|
|
#{excludeContentIndex,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{matchStatus,jdbcType=INTEGER},
|
|
#{excludeContentIndex,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{matchStatus,jdbcType=INTEGER},
|
|
#{retryCount,jdbcType=INTEGER}, #{sendCount,jdbcType=INTEGER}, #{publishOpenFlag,jdbcType=INTEGER},
|
|
#{retryCount,jdbcType=INTEGER}, #{sendCount,jdbcType=INTEGER}, #{publishOpenFlag,jdbcType=INTEGER},
|
|
- #{isSpecialSetting,jdbcType=INTEGER}, #{isDelete,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP},
|
|
|
|
- #{updateTime,jdbcType=TIMESTAMP})
|
|
|
|
|
|
+ #{isSpecialSetting,jdbcType=INTEGER}, #{specialNotSend,jdbcType=INTEGER}, #{isDelete,jdbcType=INTEGER},
|
|
|
|
+ #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP})
|
|
</insert>
|
|
</insert>
|
|
<insert id="insertSelective" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.PlanAccount">
|
|
<insert id="insertSelective" parameterType="com.tzld.piaoquan.longarticle.model.po.longarticle.PlanAccount">
|
|
insert into long_articles_plan_account
|
|
insert into long_articles_plan_account
|
|
@@ -240,6 +241,9 @@
|
|
<if test="isSpecialSetting != null">
|
|
<if test="isSpecialSetting != null">
|
|
is_special_setting,
|
|
is_special_setting,
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="specialNotSend != null">
|
|
|
|
+ special_not_send,
|
|
|
|
+ </if>
|
|
<if test="isDelete != null">
|
|
<if test="isDelete != null">
|
|
is_delete,
|
|
is_delete,
|
|
</if>
|
|
</if>
|
|
@@ -332,6 +336,9 @@
|
|
<if test="isSpecialSetting != null">
|
|
<if test="isSpecialSetting != null">
|
|
#{isSpecialSetting,jdbcType=INTEGER},
|
|
#{isSpecialSetting,jdbcType=INTEGER},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="specialNotSend != null">
|
|
|
|
+ #{specialNotSend,jdbcType=INTEGER},
|
|
|
|
+ </if>
|
|
<if test="isDelete != null">
|
|
<if test="isDelete != null">
|
|
#{isDelete,jdbcType=INTEGER},
|
|
#{isDelete,jdbcType=INTEGER},
|
|
</if>
|
|
</if>
|
|
@@ -433,6 +440,9 @@
|
|
<if test="record.isSpecialSetting != null">
|
|
<if test="record.isSpecialSetting != null">
|
|
is_special_setting = #{record.isSpecialSetting,jdbcType=INTEGER},
|
|
is_special_setting = #{record.isSpecialSetting,jdbcType=INTEGER},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="record.specialNotSend != null">
|
|
|
|
+ special_not_send = #{record.specialNotSend,jdbcType=INTEGER},
|
|
|
|
+ </if>
|
|
<if test="record.isDelete != null">
|
|
<if test="record.isDelete != null">
|
|
is_delete = #{record.isDelete,jdbcType=INTEGER},
|
|
is_delete = #{record.isDelete,jdbcType=INTEGER},
|
|
</if>
|
|
</if>
|
|
@@ -476,6 +486,7 @@
|
|
send_count = #{record.sendCount,jdbcType=INTEGER},
|
|
send_count = #{record.sendCount,jdbcType=INTEGER},
|
|
publish_open_flag = #{record.publishOpenFlag,jdbcType=INTEGER},
|
|
publish_open_flag = #{record.publishOpenFlag,jdbcType=INTEGER},
|
|
is_special_setting = #{record.isSpecialSetting,jdbcType=INTEGER},
|
|
is_special_setting = #{record.isSpecialSetting,jdbcType=INTEGER},
|
|
|
|
+ special_not_send = #{record.specialNotSend,jdbcType=INTEGER},
|
|
is_delete = #{record.isDelete,jdbcType=INTEGER},
|
|
is_delete = #{record.isDelete,jdbcType=INTEGER},
|
|
create_time = #{record.createTime,jdbcType=TIMESTAMP},
|
|
create_time = #{record.createTime,jdbcType=TIMESTAMP},
|
|
update_time = #{record.updateTime,jdbcType=TIMESTAMP}
|
|
update_time = #{record.updateTime,jdbcType=TIMESTAMP}
|
|
@@ -564,6 +575,9 @@
|
|
<if test="isSpecialSetting != null">
|
|
<if test="isSpecialSetting != null">
|
|
is_special_setting = #{isSpecialSetting,jdbcType=INTEGER},
|
|
is_special_setting = #{isSpecialSetting,jdbcType=INTEGER},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="specialNotSend != null">
|
|
|
|
+ special_not_send = #{specialNotSend,jdbcType=INTEGER},
|
|
|
|
+ </if>
|
|
<if test="isDelete != null">
|
|
<if test="isDelete != null">
|
|
is_delete = #{isDelete,jdbcType=INTEGER},
|
|
is_delete = #{isDelete,jdbcType=INTEGER},
|
|
</if>
|
|
</if>
|
|
@@ -604,6 +618,7 @@
|
|
send_count = #{sendCount,jdbcType=INTEGER},
|
|
send_count = #{sendCount,jdbcType=INTEGER},
|
|
publish_open_flag = #{publishOpenFlag,jdbcType=INTEGER},
|
|
publish_open_flag = #{publishOpenFlag,jdbcType=INTEGER},
|
|
is_special_setting = #{isSpecialSetting,jdbcType=INTEGER},
|
|
is_special_setting = #{isSpecialSetting,jdbcType=INTEGER},
|
|
|
|
+ special_not_send = #{specialNotSend,jdbcType=INTEGER},
|
|
is_delete = #{isDelete,jdbcType=INTEGER},
|
|
is_delete = #{isDelete,jdbcType=INTEGER},
|
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
update_time = #{updateTime,jdbcType=TIMESTAMP}
|
|
update_time = #{updateTime,jdbcType=TIMESTAMP}
|