|
@@ -423,11 +423,12 @@ class BookTest extends Command
|
|
|
->where('distribution_channel_id',384)
|
|
|
->select('uid')
|
|
|
->first();
|
|
|
- Log::info('$froce_user user is :');
|
|
|
- Log::info('$froce_user is: '.$froce_user->uid);
|
|
|
if(!$froce_user){
|
|
|
continue;
|
|
|
}
|
|
|
+ Log::info('$froce_user user is :');
|
|
|
+ Log::info('$froce_user is: '.$froce_user->uid);
|
|
|
+
|
|
|
if($froce_user && $froce_user->uid != $v->id){
|
|
|
$chapter_model->setCurrentTable($froce_user->uid);
|
|
|
$data = [];
|