Browse Source

t_target_show的updated修改

jun.zhou 9 years ago
parent
commit
c82f6d5791
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/cloudcross/ssp/model/mapper/direct.sql.xml

+ 1 - 1
src/main/java/com/cloudcross/ssp/model/mapper/direct.sql.xml

@@ -31,7 +31,7 @@
 		SET
 		targetshow =#{backShow},
 		targetdata = #{data},
-		updated = NOW()
+		updated = #{updated}
 		WHERE adgroup_id=#{adGroupId}  and targettype = #{directType}
 	</update>