zhengjie 1 năm trước cách đây
mục cha
commit
1d232c03a2
1 tập tin đã thay đổi với 1 bổ sung9 xóa
  1. 1 9
      Business/Inpatient/IPSettlementProcess.cs

+ 1 - 9
Business/Inpatient/IPSettlementProcess.cs

@@ -33,17 +33,9 @@ namespace PTMedicalInsurance.Business
                 return Exception(-1, "读卡失败,请确认是否社保卡是否正常!", card.Data);
             }
             #endregion
-
-            //if ("03".Equals(Global.pat.mdtrtcertType)) {
-            //    CardReader reader = new CardReader();
-            //    int rtnCode = reader.ReadCardBas(out outParam);
-            //    if (rtnCode != 0)
-            //    {
-            //        return Exception(-1, "读卡失败,请确认是否社保卡是否正常!", outParam);
-            //    }
-            //}
             //读完卡后用新卡串
             Global.pat.mdtrtcertNO = "";
+            input["Settlement"]["mdtrt_cert_type"] = Global.pat.mdtrtcertType;
             input["Settlement"]["mdtrt_cert_no"] = Utils.ConvertMdtrtcertNo();
 
             JObject joSettlement = joSettlement = JObject.Parse(JsonHelper.getDestValue(input, "Settlement"));