Commit 2cf74328 by 杨树贤

多个供应商实体化广播问题

parent 0b3de077
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
use App\Http\Services\CompanyService; use App\Http\Services\CompanyService;
use App\Http\Services\DepartmentService; use App\Http\Services\DepartmentService;
use App\Http\Services\SkuService; use App\Http\Services\SkuService;
use App\Model\RedisModel;
Route::group(['middleware' => ['web', 'menu']], function () { Route::group(['middleware' => ['web', 'menu']], function () {
Route::get('/', 'WebController@Entrance'); Route::get('/', 'WebController@Entrance');
...@@ -89,5 +90,7 @@ Route::match(['get', 'post'], '/test', function () { ...@@ -89,5 +90,7 @@ Route::match(['get', 'post'], '/test', function () {
//\App\Model\SupplierChannelModel::where('supplier_id', 11042)->update([ //\App\Model\SupplierChannelModel::where('supplier_id', 11042)->update([
// 'supplier_address' => 'xx测试猎芯123xx' // 'supplier_address' => 'xx测试猎芯123xx'
//]); //]);
\App\Http\Services\DataService::repairAccount(); //$redis = new RedisModel();
//dd($redis->hget('api_coupon',476));
//\App\Http\Services\DataService::repairAccount();
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment