jiangshuai
2023-10-21 e695d7c697196a36f8cdafc90e6a403a12707591
router/router.go
@@ -82,7 +82,7 @@
      operationAPI.POST("update", operationController.Update)
      operationAPI.DELETE("operation/:id", operationController.Delete)
      operationAPI.PUT("finish/:id", operationController.Finish)
      operationAPI.POST("listAll", operationController.ListAll)
      operationAPI.POST("listTransfer", operationController.ListTransfer)
   }