소스 검색

产品问题审批

linhaohong 2 달 전
부모
커밋
15066b7f0e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      AdminController/ProblemEntryManagementController.py

+ 2 - 1
AdminController/ProblemEntryManagementController.py

@@ -291,7 +291,8 @@ class ProblemEntryView(View):
                     device_type=device_model,
                     content=troubleshoot_record.remark,
                     report_type=1,
-                    created_time=int(time.time())
+                    created_time=int(time.time()),
+                    event_time=int(time.time())
                 )
 
             return response.json(0)  # 成功