jiequan.bi 5 rokov pred
rodič
commit
fa4eb1c30c

+ 1 - 1
module-toutiao/src/main/resources/json_template/bytedance_filed_mapping.json

@@ -28,7 +28,7 @@
     "comment": "转化数"
   },
   "convertCost": {
-    "filed": "CASE WHEN sum(t1.cost) / sum(t1.convert_num) IS NULL THEN 0 ELSE ROUND((sum(t1.cost) / sum(t1.convert_num)) * 1000, 2 ) END AS convertCost ",
+    "filed": "CASE WHEN sum(t1.cost) / sum(t1.convert_num) IS NULL THEN 0 ELSE ROUND((sum(t1.cost) / sum(t1.convert_num)), 2 ) END AS convertCost ",
     "comment": "转化成本"
   },
   "convertRate": {