6dce1268 by 周伟奇

bs month reverse order

1 parent f75cb473
...@@ -493,7 +493,7 @@ class BSWorkbook(Workbook): ...@@ -493,7 +493,7 @@ class BSWorkbook(Workbook):
493 high_light_keyword = self.wechat_keyword 493 high_light_keyword = self.wechat_keyword
494 else: 494 else:
495 high_light_keyword = self.loan_keyword 495 high_light_keyword = self.loan_keyword
496 for month in sorted(month_mapping.keys()): 496 for month in sorted(month_mapping.keys(), reverse=True):
497 # 3.1.拷贝数据 497 # 3.1.拷贝数据
498 parts = month_mapping.get(month) 498 parts = month_mapping.get(month)
499 new_ws = self.create_sheet('{0}({1})'.format(month, card)) 499 new_ws = self.create_sheet('{0}({1})'.format(month, card))
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!