ck hace 4 años
padre
commit
9cc72ead54
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/etl/src/src_book_info.py

+ 1 - 1
app/etl/src/src_book_info.py

@@ -12,7 +12,7 @@ def src_book_info():
             case a.type when 'mp' then 'MP' when 'gdt' then 'GDT' end type,
             b.book_name,c.platform_name,a.node_price from t_platform_book_ratio a 
             left join  t_platform_book b on a.platform_book_id=b.id 
-            left join t_platform_novel c on b.platform_id=c.id """
+            left join t_platform_novel c on b.platform_id=c.id  order by a.effect_day"""
 
     data =db.zx.getData(sql)