Browse Source

达人公海排序

zhaoxian 2 years ago
parent
commit
bdb12efc35

+ 1 - 1
ruixuan-live/src/main/java/com/ruixuan/isc/service/impl/KuaishouPromoterServiceImpl.java

@@ -92,7 +92,7 @@ public class KuaishouPromoterServiceImpl implements IKuaishouPromoterService {
             return Collections.emptyList();
         }
         if (Check.isNull(parameter)) {
-            parameter = "t1.create_time";
+            parameter = "create_time";
         } else {
             switch (parameter) {
                 case "avg_video_sales":