|
@@ -175,6 +175,9 @@
|
|
|
<if test="canShowRealNovelName != null">
|
|
<if test="canShowRealNovelName != null">
|
|
|
can_show_real_novel_name = #{canShowRealNovelName},
|
|
can_show_real_novel_name = #{canShowRealNovelName},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="canShowRedPacket != null">
|
|
|
|
|
+ can_show_red_packet = #{canShowRedPacket},
|
|
|
|
|
+ </if>
|
|
|
<if test="revenueDisplayRate != null">
|
|
<if test="revenueDisplayRate != null">
|
|
|
revenue_display_rate = #{revenueDisplayRate}
|
|
revenue_display_rate = #{revenueDisplayRate}
|
|
|
</if>
|
|
</if>
|
|
@@ -466,7 +469,8 @@
|
|
|
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_novel_name
|
|
|
|
|
|
|
+ can_cache_video,can_allow_auto_refresh,revenue_display_rate,unlock_timer,
|
|
|
|
|
+ can_show_real_novel_name, can_show_red_packet
|
|
|
from yt_app_default_config
|
|
from yt_app_default_config
|
|
|
where app_type = #{appType}
|
|
where app_type = #{appType}
|
|
|
</select>
|
|
</select>
|
|
@@ -477,7 +481,8 @@
|
|
|
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_novel_name
|
|
|
|
|
|
|
+ can_cache_video,can_allow_auto_refresh,revenue_display_rate,unlock_timer,
|
|
|
|
|
+ can_show_real_novel_name, can_show_red_packet
|
|
|
from yt_app_default_config
|
|
from yt_app_default_config
|
|
|
where app_id = #{appId}
|
|
where app_id = #{appId}
|
|
|
</select>
|
|
</select>
|
|
@@ -502,7 +507,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_novel_name
|
|
|
|
|
|
|
+ revenue_display_rate,unlock_timer,can_show_real_novel_name,can_show_red_packet
|
|
|
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=")">
|