|
|
@@ -169,7 +169,10 @@
|
|
|
start_wait_time = #{startWaitTime},
|
|
|
</if>
|
|
|
<if test="canCacheVideo != null">
|
|
|
- can_cache_video = #{canCacheVideo}
|
|
|
+ can_cache_video = #{canCacheVideo},
|
|
|
+ </if>
|
|
|
+ <if test="canAllowAutoRefresh != null">
|
|
|
+ can_allow_auto_refresh = #{canAllowAutoRefresh}
|
|
|
</if>
|
|
|
</set>
|
|
|
where app_id = #{appId}
|
|
|
@@ -467,7 +470,8 @@
|
|
|
taku_app_id, taku_key, taku_banner_pid, taku_native_pid, taku_reward_pid, taku_interstitial_pid,
|
|
|
can_use_root, can_use_adb, can_use_float, can_accumulation,
|
|
|
ditch_id, power_wait_time, interstitial_interval_time,
|
|
|
- low_value_tip, brush_tip,flow_interval_time,task_limit_tip,start_wait_time,can_cache_video
|
|
|
+ low_value_tip, brush_tip,flow_interval_time,task_limit_tip,start_wait_time,
|
|
|
+ can_cache_video,can_allow_auto_refresh
|
|
|
from yt_app_default_config
|
|
|
where app_type = #{appType}
|
|
|
</select>
|
|
|
@@ -477,7 +481,8 @@
|
|
|
answer_path,power_path,can_simulator, taku_app_id, taku_key, taku_banner_pid, taku_native_pid,
|
|
|
taku_reward_pid, taku_interstitial_pid, can_use_root, can_use_adb, can_use_float, can_accumulation,
|
|
|
ditch_id, power_wait_time, interstitial_interval_time,
|
|
|
- low_value_tip, brush_tip,flow_interval_time,task_limit_tip,start_wait_time,can_cache_video
|
|
|
+ low_value_tip, brush_tip,flow_interval_time,task_limit_tip,start_wait_time,
|
|
|
+ can_cache_video,can_allow_auto_refresh
|
|
|
from yt_app_default_config
|
|
|
where app_id = #{appId}
|
|
|
</select>
|
|
|
@@ -487,7 +492,8 @@
|
|
|
answer_path,power_path,can_simulator, taku_app_id, taku_key, taku_banner_pid, taku_native_pid,
|
|
|
taku_reward_pid, taku_interstitial_pid, can_use_root, can_use_adb, can_use_float, can_accumulation,
|
|
|
ditch_id, power_wait_time, interstitial_interval_time,
|
|
|
- low_value_tip, brush_tip, flow_interval_time,task_limit_tip,start_wait_time,can_cache_video
|
|
|
+ low_value_tip, brush_tip, flow_interval_time,task_limit_tip,start_wait_time,
|
|
|
+ can_cache_video,can_allow_auto_refresh
|
|
|
from yt_app_default_config
|
|
|
where app_id = #{appId}
|
|
|
</select>
|
|
|
@@ -511,7 +517,8 @@
|
|
|
answer_path, power_path,taku_app_id, taku_key, taku_banner_pid, taku_native_pid, taku_reward_pid,
|
|
|
taku_interstitial_pid, can_use_root, can_use_adb, can_use_float, can_accumulation,can_simulator,
|
|
|
ditch_id, power_wait_time, interstitial_interval_time,
|
|
|
- low_value_tip, brush_tip, flow_interval_time,task_limit_tip,start_wait_time,can_cache_video
|
|
|
+ low_value_tip, brush_tip, flow_interval_time,task_limit_tip,start_wait_time,
|
|
|
+ can_cache_video,can_allow_auto_refresh
|
|
|
from yt_app_default_config
|
|
|
where app_id in
|
|
|
<foreach collection="appIds.split(',')" item="item" separator="," open="(" close=")">
|