|
@@ -256,6 +256,7 @@
|
|
insert into t_adgroup
|
|
insert into t_adgroup
|
|
(name,campaign_id,order_id,agent_id,advertiser_id,active_time,expire_time,totalbudget,mode,
|
|
(name,campaign_id,order_id,agent_id,advertiser_id,active_time,expire_time,totalbudget,mode,
|
|
price,
|
|
price,
|
|
|
|
+ <if test="operatorId !=null">operator,</if>
|
|
<if test="dailyBudget !=null">dailybudget,</if>
|
|
<if test="dailyBudget !=null">dailybudget,</if>
|
|
<if test="maxImpression !=null">impression,</if>
|
|
<if test="maxImpression !=null">impression,</if>
|
|
<if test="maxClick !=null"> click,</if>
|
|
<if test="maxClick !=null"> click,</if>
|
|
@@ -275,6 +276,7 @@
|
|
values
|
|
values
|
|
(#{adGroupName},#{campaignId},#{orderId},#{agentId},#{advertiserId},#{startDate},#{endDate},#{totalBudget},#{mode},
|
|
(#{adGroupName},#{campaignId},#{orderId},#{agentId},#{advertiserId},#{startDate},#{endDate},#{totalBudget},#{mode},
|
|
#{price},
|
|
#{price},
|
|
|
|
+ <if test="operatorId !=null">#{operator},</if>
|
|
<if test="dailyBudget !=null">#{dailyBudget},</if>
|
|
<if test="dailyBudget !=null">#{dailyBudget},</if>
|
|
<if test="maxImpression !=null">#{maxImpression},</if>
|
|
<if test="maxImpression !=null">#{maxImpression},</if>
|
|
<if test="maxClick !=null">#{maxClick},</if>
|
|
<if test="maxClick !=null">#{maxClick},</if>
|