Showing
1 changed file
with
4 additions
and
4 deletions
@@ -42,7 +42,7 @@ | @@ -42,7 +42,7 @@ | ||
42 | </foreach> | 42 | </foreach> |
43 | </select> | 43 | </select> |
44 | 44 | ||
45 | - <insert id="updateCollageActivity"> | 45 | + <insert id="updateCutDownPriceActivity"> |
46 | INSERT INTO cutdown_price_activity | 46 | INSERT INTO cutdown_price_activity |
47 | <trim prefix="(" suffix=")" suffixOverrides=","> | 47 | <trim prefix="(" suffix=")" suffixOverrides=","> |
48 | <if test="params.activityId != null and params.activityId != ''"> | 48 | <if test="params.activityId != null and params.activityId != ''"> |
@@ -64,7 +64,7 @@ | @@ -64,7 +64,7 @@ | ||
64 | update_time, | 64 | update_time, |
65 | </if> | 65 | </if> |
66 | <if test="params.banner != null and params.banner != ''"> | 66 | <if test="params.banner != null and params.banner != ''"> |
67 | - banner, | 67 | + banner_url, |
68 | </if> | 68 | </if> |
69 | <if test="params.jumpUrl != null and params.jumpUrl != ''"> | 69 | <if test="params.jumpUrl != null and params.jumpUrl != ''"> |
70 | jump_url, | 70 | jump_url, |
@@ -120,10 +120,10 @@ | @@ -120,10 +120,10 @@ | ||
120 | status = VALUES(status), | 120 | status = VALUES(status), |
121 | </if> | 121 | </if> |
122 | <if test="params.banner != null and params.banner != ''"> | 122 | <if test="params.banner != null and params.banner != ''"> |
123 | - banner = VALUES(banner), | 123 | + banner_url = VALUES(banner_url), |
124 | </if> | 124 | </if> |
125 | <if test="params.jumpUrl != null and params.jumpUrl != ''"> | 125 | <if test="params.jumpUrl != null and params.jumpUrl != ''"> |
126 | - jump_url = VALUES(jump_url) | 126 | + jump_url = VALUES(jump_url), |
127 | </if> | 127 | </if> |
128 | <if test="params.status != null and params.status != ''"> | 128 | <if test="params.status != null and params.status != ''"> |
129 | status = VALUES(status), | 129 | status = VALUES(status), |
-
Please register or login to post a comment