1
This commit is contained in:
parent
90775890b0
commit
bad98396fc
@ -547,7 +547,7 @@ class OrderServicePackageService extends BaseService
|
|||||||
$params = array();
|
$params = array();
|
||||||
$params['package_id'] = $health_package['package_id'];
|
$params['package_id'] = $health_package['package_id'];
|
||||||
$health_package_products = HealthPackageProduct::getList($params);
|
$health_package_products = HealthPackageProduct::getList($params);
|
||||||
if (empty($health_package_product)){
|
if (empty($health_package_products)){
|
||||||
Db::rollBack();
|
Db::rollBack();
|
||||||
return fail(HttpEnumCode::SERVER_ERROR, "订单创建失败");
|
return fail(HttpEnumCode::SERVER_ERROR, "订单创建失败");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user