918035ec by 周伟奇

wb rebuild off

1 parent 9ef3c37d
......@@ -168,8 +168,8 @@ class Command(BaseCommand, LoggerMixin):
# loop.close()
# 整合excel文件
wb.save(src_excel_path)
wb.rebuild(role_summary)
# wb.save(src_excel_path)
# wb.rebuild(role_summary)
wb.save(excel_path)
except Exception as e:
doc.status = DocStatus.PROCESS_FAILED.value
......
......@@ -88,8 +88,10 @@ priority_doc_args = {
class UploadDocView(GenericView, DocHandler):
permission_classes = [IsAuthenticated]
authentication_classes = [OAuth2AuthenticationWithUser]
permission_classes = []
authentication_classes = []
# permission_classes = [IsAuthenticated]
# authentication_classes = [OAuth2AuthenticationWithUser]
# required_scopes = ['write']
# 上传(接收)文件接口
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!