Commit 7058e8f8 authored by 吕先亚's avatar 吕先亚

增加了最後推薦日last_recomm_date,若發現有新 推薦 ,但 推薦生成日(data_Date) 在最後推薦日(last_recomm_date)之後,也不發再平衡通知

parent 5d137155
......@@ -63,7 +63,7 @@ def main(xls_path):
rp['recomm_guid'] = str(df.loc[0][9])
rp['rp_id'] = df.loc[1][9]
rp['note'] = str(df.loc[8][8])
rp['data_Date'] = str(df.loc[9][2])
rp['data_Date'] = str(df.loc[9][8])
fws = []
rp['fws'] = fws
#for i in range(10, len(df.loc[1:])):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment