修复bugs

This commit is contained in:
kongyuebin
2022-04-26 08:49:08 +08:00
parent 96413c3c16
commit 53ca08e1f1
3 changed files with 6 additions and 5 deletions

View File

@@ -18,10 +18,11 @@ import (
"boss/models/system"
"boss/service"
"boss/utils"
"github.com/beego/beego/v2/core/logs"
"github.com/rs/xid"
"strconv"
"strings"
"github.com/beego/beego/v2/core/logs"
"github.com/rs/xid"
)
type AddController struct {