测试环境去除服务包订单金额
This commit is contained in:
parent
56e484ae23
commit
4cf3a7f5df
@ -447,9 +447,9 @@ class OrderServicePackageService extends BaseService
|
|||||||
return fail(HttpEnumCode::HTTP_ERROR, "订单创建失败");
|
return fail(HttpEnumCode::HTTP_ERROR, "订单创建失败");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (\Hyperf\Config\config("app_env") == "dev"){
|
// if (\Hyperf\Config\config("app_env") == "dev"){
|
||||||
$service_price = 1;
|
// $service_price = 1;
|
||||||
}
|
// }
|
||||||
|
|
||||||
Db::beginTransaction();
|
Db::beginTransaction();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user