Bläddra i källkod

项目自动化调试

zhaoxian 4 år sedan
förälder
incheckning
481f1fe6ef

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/ai/mapper/xml/KuaishouProjectStrategyMapper.xml

@@ -55,7 +55,7 @@
         SELECT
             IFNULL(t1.auth_name,'') as 'authName',
             IFNULL(t1.account_id,'') as 'accountId',
-            IFNULL(t1.project_strategy,0) as 'projectStrategy',
+            IFNULL(t1.auto_delivery,0) as 'projectStrategy',
             IFNULL(t3.project_name,'') as 'projectName',
             IFNULL(SUM(t2.charge),0) as 'charge',
             IFNULL(SUM(t2.photo_show),0) as 'photoShow',