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

@@ -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 读取目标文件转移到新路径下