ck 4 년 전
부모
커밋
9cc72ead54
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)