signResult(); DB::commit(); } catch (\Exception $e) { DB::rollBack(); logger('app:employee-sign error'); logger()->error($e); } } }