fix: Fixed csv file export for 0 chars is not appear

This commit is contained in:
Bai
2024-04-28 17:51:00 +08:00
committed by 老广
parent 7408ed0f03
commit 38175d6b57
3 changed files with 36 additions and 9 deletions

1
apps/common/drf/const.py Normal file
View File

@@ -0,0 +1 @@
CSV_FILE_ESCAPE_CHARS = ['=', '@', '0']