Fix: dir ems.agt change to be.ems

This commit is contained in:
2024-03-06 21:00:42 +08:00
parent bf3b97c788
commit 26e9f29241
331 changed files with 1266 additions and 1266 deletions

View File

@@ -4,13 +4,13 @@ import (
"fmt"
"strings"
"ems.agt/src/framework/config"
"ems.agt/src/framework/constants/common"
"ems.agt/src/framework/constants/roledatascope"
"ems.agt/src/framework/constants/token"
"ems.agt/src/framework/utils/ip2region"
"ems.agt/src/framework/utils/ua"
"ems.agt/src/framework/vo"
"be.ems/src/framework/config"
"be.ems/src/framework/constants/common"
"be.ems/src/framework/constants/roledatascope"
"be.ems/src/framework/constants/token"
"be.ems/src/framework/utils/ip2region"
"be.ems/src/framework/utils/ua"
"be.ems/src/framework/vo"
"golang.org/x/text/language"
"github.com/gin-gonic/gin"

View File

@@ -3,7 +3,7 @@ package date
import (
"time"
"ems.agt/src/framework/logger"
"be.ems/src/framework/logger"
)
const (

View File

@@ -6,7 +6,7 @@ import (
"path/filepath"
"strings"
"ems.agt/src/framework/logger"
"be.ems/src/framework/logger"
)
// 写入CSV文件需要转换数据

View File

@@ -7,9 +7,9 @@ import (
"path/filepath"
"time"
"ems.agt/src/framework/constants/uploadsubpath"
"ems.agt/src/framework/logger"
"ems.agt/src/framework/utils/date"
"be.ems/src/framework/constants/uploadsubpath"
"be.ems/src/framework/logger"
"be.ems/src/framework/utils/date"
"github.com/xuri/excelize/v2"
)

View File

@@ -11,13 +11,13 @@ import (
"strings"
"time"
"ems.agt/src/framework/config"
"ems.agt/src/framework/constants/uploadsubpath"
"ems.agt/src/framework/logger"
"ems.agt/src/framework/utils/date"
"ems.agt/src/framework/utils/generate"
"ems.agt/src/framework/utils/parse"
"ems.agt/src/framework/utils/regular"
"be.ems/src/framework/config"
"be.ems/src/framework/constants/uploadsubpath"
"be.ems/src/framework/logger"
"be.ems/src/framework/utils/date"
"be.ems/src/framework/utils/generate"
"be.ems/src/framework/utils/parse"
"be.ems/src/framework/utils/regular"
)
/**最大文件名长度 */

View File

@@ -7,7 +7,7 @@ import (
"path/filepath"
"strings"
"ems.agt/src/framework/logger"
"be.ems/src/framework/logger"
)
// 写入Txt文件用,号分割 需要转换数据

View File

@@ -9,7 +9,7 @@ import (
"sort"
"strconv"
"ems.agt/src/framework/logger"
"be.ems/src/framework/logger"
)
// transferToNewFile 读取目标文件转移到新路径下

View File

@@ -4,7 +4,7 @@ import (
"math/rand"
"time"
"ems.agt/src/framework/logger"
"be.ems/src/framework/logger"
gonanoid "github.com/matoous/go-nanoid/v2"
)

View File

@@ -5,7 +5,7 @@ import (
"strings"
"time"
"ems.agt/src/framework/logger"
"be.ems/src/framework/logger"
)
// 网络地址(内网)

View File

@@ -6,7 +6,7 @@ import (
"strconv"
"strings"
"ems.agt/src/framework/utils/parse"
"be.ems/src/framework/utils/parse"
)
// PageNumSize 分页页码记录数

View File

@@ -4,10 +4,10 @@ import (
"fmt"
"strings"
"ems.agt/src/framework/config"
"ems.agt/src/framework/logger"
"ems.agt/src/framework/utils/cmd"
"ems.agt/src/framework/utils/parse"
"be.ems/src/framework/config"
"be.ems/src/framework/logger"
"be.ems/src/framework/utils/cmd"
"be.ems/src/framework/utils/parse"
)
// FileListRow 文件列表行数据

View File

@@ -6,8 +6,8 @@ import (
"os/exec"
"path/filepath"
"ems.agt/src/framework/config"
"ems.agt/src/framework/logger"
"be.ems/src/framework/config"
"be.ems/src/framework/logger"
)
// 网元NE 文件复制到远程文件

View File

@@ -5,13 +5,13 @@ import (
"fmt"
"time"
"ems.agt/src/framework/config"
cachekeyConstants "ems.agt/src/framework/constants/cachekey"
tokenConstants "ems.agt/src/framework/constants/token"
"ems.agt/src/framework/logger"
redisCahe "ems.agt/src/framework/redis"
"ems.agt/src/framework/utils/generate"
"ems.agt/src/framework/vo"
"be.ems/src/framework/config"
cachekeyConstants "be.ems/src/framework/constants/cachekey"
tokenConstants "be.ems/src/framework/constants/token"
"be.ems/src/framework/logger"
redisCahe "be.ems/src/framework/redis"
"be.ems/src/framework/utils/generate"
"be.ems/src/framework/vo"
jwt "github.com/golang-jwt/jwt/v5"
)