|
|
@@ -96,9 +96,6 @@
|
|
|
<update id="updateAppConfig">
|
|
|
update yt_app_default_config
|
|
|
<set>
|
|
|
- <if test="canSimulator != null">
|
|
|
- can_simulator = #{canSimulator},
|
|
|
- </if>
|
|
|
<if test="configName != null">
|
|
|
config_name = #{configName},
|
|
|
</if>
|
|
|
@@ -144,6 +141,9 @@
|
|
|
<if test="canAccumulation != null">
|
|
|
can_accumulation = #{canAccumulation},
|
|
|
</if>
|
|
|
+ <if test="canSimulator != null">
|
|
|
+ can_simulator = #{canSimulator},
|
|
|
+ </if>
|
|
|
<if test="ditchId != null">
|
|
|
ditch_id = #{ditchId},
|
|
|
</if>
|
|
|
@@ -151,7 +151,28 @@
|
|
|
power_wait_time = #{powerWaitTime},
|
|
|
</if>
|
|
|
<if test="interstitialIntervalTime != null">
|
|
|
- interstitial_interval_time = #{interstitialIntervalTime}
|
|
|
+ interstitial_interval_time = #{interstitialIntervalTime},
|
|
|
+ </if>
|
|
|
+ <if test="lowValueTip != null">
|
|
|
+ low_value_tip = #{lowValueTip},
|
|
|
+ </if>
|
|
|
+ <if test="brushTip != null">
|
|
|
+ brush_tip = #{brushTip},
|
|
|
+ </if>
|
|
|
+ <if test="flowIntervalTime != null">
|
|
|
+ flow_interval_time = #{flowIntervalTime},
|
|
|
+ </if>
|
|
|
+ <if test="taskLimitTip != null">
|
|
|
+ task_limit_tip = #{taskLimitTip},
|
|
|
+ </if>
|
|
|
+ <if test="startWaitTime != null">
|
|
|
+ start_wait_time = #{startWaitTime},
|
|
|
+ </if>
|
|
|
+ <if test="canCacheVideo != null">
|
|
|
+ can_cache_video = #{canCacheVideo},
|
|
|
+ </if>
|
|
|
+ <if test="canAllowAutoRefresh != null">
|
|
|
+ can_allow_auto_refresh = #{canAllowAutoRefresh}
|
|
|
</if>
|
|
|
</set>
|
|
|
where app_id = #{appId}
|