Browse Source

盟主储备金购买,扣减备用金备注调整

lichunlei 2 years ago
parent
commit
ce0b7a8047
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/AlipayPayBack2Service.cs

+ 1 - 1
AppStart/Helper/AlipayPayBack2Service.cs

@@ -235,7 +235,7 @@ namespace MySystem
                                         if(order.PayMode == 4)
                                         if(order.PayMode == 4)
                                         {
                                         {
                                             //扣减备用金
                                             //扣减备用金
-                                            OpReserve(db, order, order.UserId, order.TotalPrice, 2, 0, "商城购机");
+                                            OpReserve(db, order, order.UserId, order.TotalPrice, 2, 0, "商城购机(储备金支付)");
                                             //返回到余额
                                             //返回到余额
                                             // OpAccount(db, order, order.UserId, order.TotalPrice / pro.ProductCount, pro.ProductCount);
                                             // OpAccount(db, order, order.UserId, order.TotalPrice / pro.ProductCount, pro.ProductCount);
                                         }
                                         }