|
@@ -173,10 +173,10 @@
|
|
|
unlock_timer = #{unlockTimer},
|
|
unlock_timer = #{unlockTimer},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="canShowRealNovelName != null">
|
|
<if test="canShowRealNovelName != null">
|
|
|
- can_show_real_novle_name = #{canShowRealNovelName},
|
|
|
|
|
|
|
+ can_show_real_novel_name = #{canShowRealNovelName},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="revenueDisplayRate != null">
|
|
<if test="revenueDisplayRate != null">
|
|
|
- can_show_real_novle_name = #{revenueDisplayRate}
|
|
|
|
|
|
|
+ revenue_display_rate = #{revenueDisplayRate}
|
|
|
</if>
|
|
</if>
|
|
|
</set>
|
|
</set>
|
|
|
where app_id = #{appId}
|
|
where app_id = #{appId}
|
|
@@ -466,7 +466,7 @@
|
|
|
can_use_root, can_use_adb, can_use_float, can_accumulation,
|
|
can_use_root, can_use_adb, can_use_float, can_accumulation,
|
|
|
ditch_id, power_wait_time, interstitial_interval_time,
|
|
ditch_id, power_wait_time, interstitial_interval_time,
|
|
|
low_value_tip, brush_tip,flow_interval_time,task_limit_tip,start_wait_time,
|
|
low_value_tip, brush_tip,flow_interval_time,task_limit_tip,start_wait_time,
|
|
|
- can_cache_video,can_allow_auto_refresh,revenue_display_rate,unlock_timer,can_show_real_novle_name
|
|
|
|
|
|
|
+ can_cache_video,can_allow_auto_refresh,revenue_display_rate,unlock_timer,can_show_real_novel_name
|
|
|
from yt_app_default_config
|
|
from yt_app_default_config
|
|
|
where app_type = #{appType}
|
|
where app_type = #{appType}
|
|
|
</select>
|
|
</select>
|
|
@@ -477,7 +477,7 @@
|
|
|
taku_reward_pid, taku_interstitial_pid, can_use_root, can_use_adb, can_use_float, can_accumulation,
|
|
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,
|
|
ditch_id, power_wait_time, interstitial_interval_time,
|
|
|
low_value_tip, brush_tip,flow_interval_time,task_limit_tip,start_wait_time,
|
|
low_value_tip, brush_tip,flow_interval_time,task_limit_tip,start_wait_time,
|
|
|
- can_cache_video,can_allow_auto_refresh,revenue_display_rate,unlock_timer,can_show_real_novle_name
|
|
|
|
|
|
|
+ can_cache_video,can_allow_auto_refresh,revenue_display_rate,unlock_timer,can_show_real_novel_name
|
|
|
from yt_app_default_config
|
|
from yt_app_default_config
|
|
|
where app_id = #{appId}
|
|
where app_id = #{appId}
|
|
|
</select>
|
|
</select>
|
|
@@ -502,7 +502,7 @@
|
|
|
taku_interstitial_pid, can_use_root, can_use_adb, can_use_float, can_accumulation,can_simulator,
|
|
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,
|
|
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,can_allow_auto_refresh,
|
|
flow_interval_time,task_limit_tip,start_wait_time,can_cache_video,can_allow_auto_refresh,
|
|
|
- revenue_display_rate,unlock_timer,can_show_real_novle_name
|
|
|
|
|
|
|
+ revenue_display_rate,unlock_timer,can_show_real_novel_name
|
|
|
from yt_app_default_config
|
|
from yt_app_default_config
|
|
|
where app_id in
|
|
where app_id in
|
|
|
<foreach collection="appIds.split(',')" item="item" separator="," open="(" close=")">
|
|
<foreach collection="appIds.split(',')" item="item" separator="," open="(" close=")">
|