fix: UDM用户获取sql查询问题
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user