fix: UDM用户获取sql查询问题

This commit is contained in:
TsMask
2023-09-12 16:13:04 +08:00
parent eb18ea22a4
commit a7a4819a0f
6 changed files with 26 additions and 23 deletions

View File

@@ -5,6 +5,7 @@ import (
"os/exec"
"ems.agt/lib/core/conf"
"ems.agt/lib/log"
)
// 网元NE 文件复制到远程文件夹
@@ -17,6 +18,6 @@ func FileNeSCP(neIp, filePath, dstPath string) error {
if err != nil {
return err
}
fmt.Println(out)
log.Infof("FileNeSCP %s", string(out))
return nil
}