Ver Fonte

代码还原

zhaoxian há 4 anos atrás
pai
commit
7b0477eaa9

+ 2 - 2
module-toutiao/src/main/java/cn/com/ctop/toutiao/modules/report/mapper/xml/ByteDanceVideoReportDailyMapper.xml

@@ -21,11 +21,11 @@
     </select>
 
     <update id="updateHuanbiByDateAndSignature">
-       ` update
+       update
             ctop_bytedance_video_report_daily
         set huanbi = #{huanbi}
         where stat_datetime = #{date}
-          and signature = #{signature}`
+          and signature = #{signature}
     </update>
 
     <sql id="selectSql">