瀏覽代碼

基础数据单条目录新增报错问题处理

837390164@qq.com 2 周之前
父節點
當前提交
e19eec4e94
共有 4 個文件被更改,包括 5 次插入6 次删除
  1. 二進制
      .vs/ChengDu/v16/.suo
  2. 3 3
      ChengDuMI.csproj
  3. 1 1
      Forms/BasicData.cs
  4. 1 2
      Variables/Struct.cs

二進制
.vs/ChengDu/v16/.suo


+ 3 - 3
ChengDuMI.csproj

@@ -46,12 +46,12 @@
     <Reference Include="EPPlus.System.Drawing, Version=7.5.0.0, Culture=neutral, PublicKeyToken=2308d35469c9bac0, processorArchitecture=MSIL">
       <HintPath>packages\EPPlus.System.Drawing.7.5.0\lib\net462\EPPlus.System.Drawing.dll</HintPath>
     </Reference>
-    <Reference Include="FastReport, Version=2023.1.8.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
+    <Reference Include="FastReport, Version=2022.1.2.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>F:\C#\普天云HIS\Git\ThirdDll\FastReport.dll</HintPath>
+      <HintPath>..\..\..\FastReport.dll</HintPath>
     </Reference>
     <Reference Include="FastReportFrom">
-      <HintPath>..\..\原来的代码\FastReportFrom\bin\Debug\FastReportFrom.dll</HintPath>
+      <HintPath>..\河南医保\HeNanMI\bin\Debug\FastReportFrom.dll</HintPath>
     </Reference>
     <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
       <HintPath>packages\Microsoft.IO.RecyclableMemoryStream.3.0.1\lib\netstandard2.0\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>

+ 1 - 1
Forms/BasicData.cs

@@ -70,7 +70,7 @@ namespace PTMedicalInsurance.Forms
             MIIrisServices mIS = new MIIrisServices();
             JObject joRtnTY = mIS.getInterface_TY(Global.inf.interfaceDr.ToString(), "");
             Global.inf.InsuCurrencyCataLogue = JsonHelper.getDestValue(joRtnTY, "InsuCurrencyCataLogue");  //通用目录编码 6
-            Global.inf.hospitalDr_TY = JsonHelper.getDestValue(joRtnTY, "HospitalDr_TY");                  //通用目录所属医院ID
+            Global.inf.HospitalDr_TY = JsonHelper.getDestValue(joRtnTY, "HospitalDr_TY");                  //通用目录所属医院ID
 
         }
         #region  函数封装

+ 1 - 2
Variables/Struct.cs

@@ -38,8 +38,7 @@ namespace PTMedicalInsurance.Variables
         public int hospitalDr;
         public string hospitalName;
         public string HospitalDr_TY;
-        public string InsuCurrencyCataLogue;
-        public string hospitalDr_TY;
+        public string InsuCurrencyCataLogue;        
 
         public string hospitalNO;
         public string centerURL;