注释限制金额调试

This commit is contained in:
liu 2024-06-22 11:07:20 +08:00
parent 8045c84b1c
commit 4d87e7f3fd

View File

@ -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 = [