更新
This commit is contained in:
parent
4823629b17
commit
4b11877487
@ -219,7 +219,7 @@ class CompanyController extends BaseAdminController
|
|||||||
$res = app(JunziqianController::class)->organizationReapply($data);
|
$res = app(JunziqianController::class)->organizationReapply($data);
|
||||||
if ($res->success == true) {
|
if ($res->success == true) {
|
||||||
Db::name('company')->where('id', $params['id'])->update(['master_email' => $res->data]);
|
Db::name('company')->where('id', $params['id'])->update(['master_email' => $res->data]);
|
||||||
return $this->success('重新认证成功', ['em'], 1, 1);
|
return $this->success('系统认证中,请稍后刷新页面查看', ['email' => $res->data], 1, 1);
|
||||||
} else {
|
} else {
|
||||||
return $this->fail($res->msg);
|
return $this->fail($res->msg);
|
||||||
}
|
}
|
||||||
|
@ -137,11 +137,11 @@ class TaskController extends BaseApiController
|
|||||||
if (isset($task['extend']['update']['terminus']) && isset($task['extend']['update']['transfer'])) {
|
if (isset($task['extend']['update']['terminus']) && isset($task['extend']['update']['transfer'])) {
|
||||||
$data['status'] = 3;
|
$data['status'] = 3;
|
||||||
}
|
}
|
||||||
// if($res<100){
|
if($res<100){
|
||||||
$data['extend'] = json_encode($task['extend']);
|
$data['extend'] = json_encode($task['extend']);
|
||||||
Task::where('id', $parmas['id'])->update($data);
|
Task::where('id', $parmas['id'])->update($data);
|
||||||
return $this->success('更新成功');
|
return $this->success('更新成功');
|
||||||
// }
|
}
|
||||||
return $this->fail('定位坐标大于100米,请重新打卡');
|
return $this->fail('定位坐标大于100米,请重新打卡');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user