测试环境去除服务包订单金额

This commit is contained in:
wucongxing8150 2024-06-26 09:49:38 +08:00
parent 56e484ae23
commit 4cf3a7f5df

View File

@ -447,9 +447,9 @@ class OrderServicePackageService extends BaseService
return fail(HttpEnumCode::HTTP_ERROR, "订单创建失败");
}
if (\Hyperf\Config\config("app_env") == "dev"){
$service_price = 1;
}
// if (\Hyperf\Config\config("app_env") == "dev"){
// $service_price = 1;
// }
Db::beginTransaction();