6dce1268 by 周伟奇

bs month reverse order

1 parent f75cb473
......@@ -493,7 +493,7 @@ class BSWorkbook(Workbook):
high_light_keyword = self.wechat_keyword
else:
high_light_keyword = self.loan_keyword
for month in sorted(month_mapping.keys()):
for month in sorted(month_mapping.keys(), reverse=True):
# 3.1.拷贝数据
parts = month_mapping.get(month)
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!