ea51917a by 周伟奇

fix bug

1 parent d2a52df8
......@@ -475,7 +475,6 @@ class BSWorkbook(Workbook):
if fill_rows:
amount_fill_row.add(amount_cell.row)
amount_fill_row.update(fill_rows)
else:
amount_mapping.setdefault(date_cell_value[:10], {}).setdefault(
amount_cell.value, []).append(amount_cell.row)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!