|
|
@@ -152,6 +152,15 @@
|
|
|
<if test="flowIntervalTime != null">
|
|
|
flow_interval_time = #{flowIntervalTime}
|
|
|
</if>
|
|
|
+ <if test="taskLimitTip != null">
|
|
|
+ task_limit_tip = #{taskLimitTip}
|
|
|
+ </if>
|
|
|
+ <if test="taskLimitTip != null">
|
|
|
+ low_value_tip = #{lowValueTip}
|
|
|
+ </if>
|
|
|
+ <if test="taskLimitTip != null">
|
|
|
+ brush_tip = #{brushTip}
|
|
|
+ </if>
|
|
|
</set>
|
|
|
where app_id = #{appId}
|
|
|
</update>
|
|
|
@@ -431,9 +440,10 @@
|
|
|
</select>
|
|
|
<select id="getDefaultConfig" resultType="com.ytpm.app.view.WxDefaultConfig">
|
|
|
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,
|
|
|
+ config_id, config_name, open_id as app_id, secret, app_id as platformAppId, app_key as platformAppSecret,
|
|
|
+ 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
|
|
|
from yt_app_default_config
|