cmd
This commit is contained in:
parent
5058caaec3
commit
c526249f6a
|
|
@ -37,8 +37,10 @@ class CheckOrdeRecordCommand extends Command
|
|||
}
|
||||
}
|
||||
OrderDispatchRecord::whereIn('id',$ids)->update(['status'=>1]);
|
||||
OrderDispatch::where('id',$dispatchIds)->where('follow',1)->update(['follow'=>0]);
|
||||
OrderDispatch::whereIn('id',$dispatchIds)->where('follow',1)->update(['follow'=>0]);
|
||||
});
|
||||
|
||||
$output->info('OVER');
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -34,6 +34,8 @@ class CheckOrderDispatchCommand extends Command
|
|||
}
|
||||
});
|
||||
|
||||
|
||||
$output->info('OVER');
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ class CheckOrderDispatchGotCommand extends Command
|
|||
$OrderLogic->noWorkerCanGetIt($item);
|
||||
}
|
||||
});
|
||||
$output->info('OVER');
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ class UpdateWorkerManCommand extends Command
|
|||
$worker->save();
|
||||
}
|
||||
}
|
||||
$output->info('OVER');
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user