|
|
@@ -172,8 +172,11 @@
|
|
|
<if test="unlockTimer != null">
|
|
|
unlock_timer = #{unlockTimer},
|
|
|
</if>
|
|
|
+ <if test="canShowRealNovelName != null">
|
|
|
+ can_show_real_novle_name = #{canShowRealNovelName},
|
|
|
+ </if>
|
|
|
<if test="revenueDisplayRate != null">
|
|
|
- revenue_display_rate = #{revenueDisplayRate}
|
|
|
+ can_show_real_novle_name = #{revenueDisplayRate}
|
|
|
</if>
|
|
|
</set>
|
|
|
where app_id = #{appId}
|
|
|
@@ -463,7 +466,7 @@
|
|
|
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,can_allow_auto_refresh,revenue_display_rate,unlock_timer
|
|
|
+ can_cache_video,can_allow_auto_refresh,revenue_display_rate,unlock_timer,can_show_real_novle_name
|
|
|
from yt_app_default_config
|
|
|
where app_type = #{appType}
|
|
|
</select>
|
|
|
@@ -474,18 +477,7 @@
|
|
|
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,can_allow_auto_refresh,revenue_display_rate,unlock_timer
|
|
|
- from yt_app_default_config
|
|
|
- where app_id = #{appId}
|
|
|
- </select>
|
|
|
- <select id="getSecretByAppId" resultType="java.lang.String">
|
|
|
- select
|
|
|
- config_id, config_name, open_id, secret, app_id, app_key, app_type,user_path,login_path,ad_path,
|
|
|
- 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,can_allow_auto_refresh,revenue_display_rate,unlock_timer
|
|
|
+ can_cache_video,can_allow_auto_refresh,revenue_display_rate,unlock_timer,can_show_real_novle_name
|
|
|
from yt_app_default_config
|
|
|
where app_id = #{appId}
|
|
|
</select>
|
|
|
@@ -510,7 +502,7 @@
|
|
|
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,can_allow_auto_refresh,
|
|
|
- revenue_display_rate,unlock_timer
|
|
|
+ revenue_display_rate,unlock_timer,can_show_real_novle_name
|
|
|
from yt_app_default_config
|
|
|
where app_id in
|
|
|
<foreach collection="appIds.split(',')" item="item" separator="," open="(" close=")">
|