修复错误
This commit is contained in:
parent
c2356da553
commit
8106385072
@ -36,7 +36,7 @@ class SupplyChainOrderBrokerAgeJob implements JobInterface
|
|||||||
public function fire($job, $data)
|
public function fire($job, $data)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
|
return false;
|
||||||
// 获取当前用户
|
// 获取当前用户
|
||||||
$user = app()->make(UserRepository::class)->get($data['uid']);
|
$user = app()->make(UserRepository::class)->get($data['uid']);
|
||||||
$supplyTeam = SupplyChainTeam::find($user['fa_supply_team_id']);
|
$supplyTeam = SupplyChainTeam::find($user['fa_supply_team_id']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user