Browse Source

产品问题审批

linhaohong 2 months ago
parent
commit
15066b7f0e
1 changed files with 2 additions and 1 deletions
  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)  # 成功