PropertyService

This commit is contained in:
邓皓元 2019-09-23 15:01:46 +08:00
parent 94a2be85f6
commit 16fb7b113f
2 changed files with 6 additions and 2 deletions

View File

@ -308,6 +308,6 @@ class PropertyService extends Service
})->toArray();
}
return self::$properties[$company_id] . '_' . $package_id;
return self::$properties[$company_id . '_' . $package_id];
}
}

View File

@ -1,10 +1,14 @@
<?php
use App\Domains\Stats\Services\OrderService;
use App\Domains\Virtual\Services\PropertyService;
require_once realpath(dirname(__FILE__) . '/TestCase.php');
$test = PropertyService::load('1', '1');
dd($test);
$service = app(OrderService::class);
$res = $service->index([