tangjiang 6 сар өмнө
parent
commit
26a46d83eb

+ 2 - 1
src/DataSharing.Host/Controllers/ProvinceController.cs

@@ -1105,7 +1105,8 @@ namespace DataSharing.Host.Controllers
                     Type = item.Type,
                     Classify = Classify,
                     Additions = item.Additions,
-                    Path = item.Path
+                    Path = item.Path,
+                    AllPath = item.Path
                 });
             }
             return fileDtos;