正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
@@ -2,7 +2,6 @@ | @@ -2,7 +2,6 @@ | ||
2 | 2 | ||
3 | namespace app\api\job; | 3 | namespace app\api\job; |
4 | 4 | ||
5 | -use think\Exception; | ||
6 | use think\queue\Job; | 5 | use think\queue\Job; |
7 | 6 | ||
8 | 7 | ||
@@ -26,7 +25,7 @@ class OrderAutoOper extends BaseJob | @@ -26,7 +25,7 @@ class OrderAutoOper extends BaseJob | ||
26 | 25 | ||
27 | // 删除 job | 26 | // 删除 job |
28 | $job->delete(); | 27 | $job->delete(); |
29 | - } catch (Exception $e) { | 28 | + } catch (\Exception $e) { |
30 | // 队列执行失败 | 29 | // 队列执行失败 |
31 | \think\Log::write('queue-' . get_class() . '-autoClose' . ':执行失败,错误信息:' . $e->getMessage()); | 30 | \think\Log::write('queue-' . get_class() . '-autoClose' . ':执行失败,错误信息:' . $e->getMessage()); |
32 | } | 31 | } |
-
请 注册 或 登录 后发表评论