Explorar el Código

产品问题审批

linhaohong hace 2 meses
padre
commit
15066b7f0e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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)  # 成功