管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2024-01-08 33d81a2224ff1327f134374a80f7d9f681ba3883
JiangSu/Controllers/ImgController.cs
@@ -125,7 +125,7 @@
                    Img img = new Img();
                    img.name = info.Name;
                    img.path = uploadPath + "\\" + newName;
                    img.geom = Tools.GetImgGps(f.LocalFileName);
                    //img.geom = Tools.GetImgGps(f.LocalFileName);
                    if (!File.Exists(newFile)) File.Move(f.LocalFileName, newFile);
                    int rows = ImgDAL.Insert(img);