fix:er.create_by

This commit is contained in:
zty 2024-06-06 11:13:33 +08:00
parent 509fc11657
commit 37e417c3fa
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ class ExamRecordViewSet(ListModelMixin, DestroyModelMixin, RetrieveModelMixin, G
cer_number = now_data.strftime('%Y%m%d')
data_dict = {
'姓名': request.user.name,
'用户ID': request.user,
'用户ID': er.create_by,
'证书编号': 'CTCZL'+ cer_number,
'证书方案': '202312',
'单位名称': request.user.dept.name,