|
@@ -235,7 +235,7 @@ namespace MySystem
|
|
|
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);
|
|
|
}
|