mengxiangge 5 years ago
parent
commit
e7fb7a0fb9

+ 1 - 1
MBI/SAGA.MBI/DataArrange/DalCommon.cs

@@ -370,7 +370,7 @@ namespace SAGA.MBI.DataArrange
             //其它
             if (typelist.Any())
             {
-                var json = CommonRequest.FloorQuery_GoodHand(floorId, type);
+                var json = CommonRequest.DownLoadFloorDataByBIMFloorInfo(floorId, type);
                 #region 获取除空间外的数据
                 if (json.IsRequestHasItem())
                 {

+ 1 - 1
MBI/SAGA.MBI/Interaction/MBIModelInfoUpload.cs

@@ -88,7 +88,7 @@ namespace SAGA.MBI.Interaction
                 jsonStr = db.ToJsonString(sagaName);
             }
             //测试使用
-            File.WriteAllText(@"D:\" + sagaName+".txt", jsonStr);
+            //File.WriteAllText(@"D:\" + sagaName+".txt", jsonStr);
             byte[] result = null;
             if (!string.IsNullOrEmpty(jsonStr))
             {