controllers/operation.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
controllers/operation.go
@@ -2,6 +2,7 @@ import ( "errors" "fmt" "github.com/gin-gonic/gin" "wms/extend/code" "wms/extend/util" @@ -81,6 +82,7 @@ return errors.New("产品数量出错") } } fmt.Println(111111) return nil }