소스 검색

Merge branch 'dev-xym-add-features' of algorithm/recommend-emr-dataprocess into feature/20250104-zt-update

xueyiming 1 개월 전
부모
커밋
b7c4483fa5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ad/pai_flow_operator2.py

+ 1 - 1
ad/pai_flow_operator2.py

@@ -142,7 +142,7 @@ def process_list(lst, append_str):
 
 
 def get_train_data_list():
-    start_date = '20250223'
+    start_date = '20250320'
     end_date = get_previous_days_date(2)
     date_list = get_dates_between(start_date, end_date)
     filter_date_list = read_file_to_list()