Browse Source

任务登记模块更新

xuguoyang 10 tháng trước cách đây
mục cha
commit
9d5c80966e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      routers/api/taskRegistration/__init__.py

+ 2 - 0
routers/api/taskRegistration/__init__.py

@@ -133,6 +133,8 @@ async def update_task_status(
             }
         }
 
+
+
     except Exception as e:
         db.rollback()
         raise HTTPException(status_code=500, detail=str(e))