收银机下单金额处理

This commit is contained in:
liu 2024-06-20 17:32:31 +08:00
parent 36d1131c3e
commit 7d56ff9fbd

View File

@ -119,6 +119,10 @@ class StoreOrderLogic extends BaseLogic
$activity_string = '减免';
}
if($pay_price < 500){
throw new \think\Exception('金额低于500');
}
$vipPrice = 0;
//成本价 收益
$order = [