lcl 1 year ago
parent
commit
9c088c8620
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Util/HaoDa/WeChatPayBackService.cs

+ 1 - 1
Util/HaoDa/WeChatPayBackService.cs

@@ -158,7 +158,7 @@ namespace MySystem
                                     decimal servicefee = 0.01M * order.PayMoney;
                                     servicefee = decimal.Parse(servicefee.ToString("f2"));
                                     decimal amount = order.PayMoney - hdfee - servicefee;
-                                    amount = amount * 100; //金额(分)手续费
+                                    amount = amount * 100; //金额(分)
                                     servicefee = servicefee * 100;
                                     string seviceAmount = servicefee.ToString("f0"); //服务费
                                     string result = HaoDaHelper.Instance.OrderDivideAccounts(OrderDivideAccountsUtil.AddValue(applyNo, mchtNo, orderNo, acctNo, sacctNo, acctType, amount.ToString().Split('.')[0], seviceAmount));