注释限制金额调试
This commit is contained in:
parent
8045c84b1c
commit
4d87e7f3fd
@ -137,9 +137,9 @@ class OrderLogic extends BaseLogic
|
||||
$pay_price =bcsub(self::$pay_price, self::$activity_price, 2); //减去活动优惠金额
|
||||
}
|
||||
|
||||
if($pay_price < 500){
|
||||
throw new Exception('金额低于500');
|
||||
}
|
||||
// if($pay_price < 500){
|
||||
// throw new Exception('金额低于500');
|
||||
// }
|
||||
|
||||
//成本价 收益
|
||||
$order = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user