|
|
@@ -15,6 +15,12 @@
|
|
|
wx_app_id,
|
|
|
wx_secret,
|
|
|
sale_price,
|
|
|
+ taku_app_id,
|
|
|
+ taku_key,
|
|
|
+ taku_banner_pid,
|
|
|
+ taku_native_pid,
|
|
|
+ taku_reward_pid,
|
|
|
+ taku_interstitial_pid,
|
|
|
create_user_id,
|
|
|
create_time,
|
|
|
available
|
|
|
@@ -32,6 +38,12 @@
|
|
|
#{wxAppId},
|
|
|
#{wxSecret},
|
|
|
#{salePrice},
|
|
|
+ #{takuAppId},
|
|
|
+ #{takuKey},
|
|
|
+ #{takuBannerPid},
|
|
|
+ #{takuNativePid},
|
|
|
+ #{takuRewardPid},
|
|
|
+ #{takuInterstitialPid},
|
|
|
#{createUserId},
|
|
|
#{createTime},
|
|
|
#{available}
|
|
|
@@ -110,6 +122,27 @@
|
|
|
<if test="grantType != null">
|
|
|
grant_type = #{grantType},
|
|
|
</if>
|
|
|
+ <if test="takuAppId != null">
|
|
|
+ taku_app_id = #{takuAppId},
|
|
|
+ </if>
|
|
|
+ <if test="takuKey != null">
|
|
|
+ taku_key = #{takuKey},
|
|
|
+ </if>
|
|
|
+ <if test="takuBannerPid != null">
|
|
|
+ taku_banner_pid = #{takuBannerPid},
|
|
|
+ </if>
|
|
|
+ <if test="takuNativePid != null">
|
|
|
+ taku_native_pid = #{takuNativePid},
|
|
|
+ </if>
|
|
|
+ <if test="takuRewardPid != null">
|
|
|
+ taku_reward_pid = #{takuRewardPid},
|
|
|
+ </if>
|
|
|
+ <if test="takuInterstitialPid != null">
|
|
|
+ taku_interstitial_pid = #{takuInterstitialPid},
|
|
|
+ </if>
|
|
|
+ <if test="grantType != null">
|
|
|
+ grant_type = #{grantType},
|
|
|
+ </if>
|
|
|
<if test="available != null">
|
|
|
available = #{available}
|
|
|
</if>
|