1
This commit is contained in:
@@ -442,7 +442,7 @@ class OrderServicePackageService extends BaseService
|
||||
}
|
||||
|
||||
if (\Hyperf\Config\config("app_env") == "dev"){
|
||||
$service_price = 0.01;
|
||||
$service_price = 1;
|
||||
}
|
||||
|
||||
Db::beginTransaction();
|
||||
|
||||
Reference in New Issue
Block a user