Browse Source

医保钱包业务改造

837390164@qq.com 5 months ago
parent
commit
e2ae3d522d
2 changed files with 6 additions and 0 deletions
  1. 4 0
      Business/IrisServices.cs
  2. 2 0
      Variables/Struct.cs

+ 4 - 0
Business/IrisServices.cs

@@ -730,6 +730,9 @@ namespace PTMedicalInsurance.Business
             decimal ybAmt, psnAcctAmt, hospAmt, psnCashAmt, medFee, commercialReimamt, commercialRenflag;
             try
             {
+                //JObject joExpContent = JObject.Parse(JsonHelper.getDestValue(jo, "exp_content"));
+                //Global.Set.wltpayAmt = JsonHelper.getDestValue(joExpContent, "medIns_wallet_pay");
+
                 commercialRenflag = getFee(jo, "commercial_renflag"); //商保支付标志
                 commercialReimamt = getFee(jo, "commercial_reimamt"); //商保支付金额 50
 
@@ -746,6 +749,7 @@ namespace PTMedicalInsurance.Business
                       + getFee(jo, "cvlserv_pay") //公务员医疗补助
                       + getFee(jo, "maf_pay") //医疗救助基金支出
                       + getFee(jo, "oth_pay");  //其他支出        500
+                      //+ decimal.Parse(Global.Set.wltpayAmt); //医保钱包支付金额
 
                 psnAcctAmt = getFee(jo, "acct_pay");     //账户支付金额 100
                 psnCashAmt = getFee(jo, "psn_cash_pay"); //现金支付金额 200

+ 2 - 0
Variables/Struct.cs

@@ -255,6 +255,8 @@ namespace PTMedicalInsurance.Variables
         public decimal personPaySumamt;//个人负担总金额
         public decimal accountPaySumamt;//个人账户支出
 
+        public string wltpayAmt;
+
         public decimal personCashPay;//个人现金支出
         public decimal balance; //余额
         public decimal accountMutualAidAmount;//个人账户共济支付金额