zhengjie 1 年之前
父节点
当前提交
49f4b9b0c5
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Business/Local/LocalMobilePayProcess.cs

+ 2 - 1
Business/Local/LocalMobilePayProcess.cs

@@ -46,6 +46,7 @@ namespace PTMedicalInsurance.Business
                 fee["chrg_bchno"] = Global.pat.adm_Dr.ToString();
                 fee["med_type"] = Global.pat.medType;
                 fee["med_list_spc"] = fee["spec"];
+                fee["medins_list_codg"] = fee["med_list_codg"]; // 医院编码须转换为中心编码
                 dynamic expContent = new JObject();
                 JProperty exp = fee.Children<JProperty>().FirstOrDefault(p => p.Name == "expContent");
                 if (exp != null)
@@ -69,7 +70,7 @@ namespace PTMedicalInsurance.Business
 
             //合并参数
             dynamic joInput = new JObject();
-            joInput.Add("feedetail", jaFeeDetail);
+            //joInput.Add("feedetail", jaFeeDetail);
             joInput = mergeJson(joInput, (JObject)input["patInfo"]);
             joInput = mergeJson(joInput, (JObject)input["data"]);
             joInput = mergeJson(joInput, (JObject)input["mdtrtinfo"]);