浏览代码

语法bug

lizhen_gitee 2 周之前
父节点
当前提交
a88dda9363
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/Api/ChatController.php

+ 1 - 1
app/Http/Controllers/Api/ChatController.php

@@ -319,7 +319,7 @@ class ChatController extends BaseController
                         DB::table('ask_order')->where('status',10)->where('id',$ask_order_id)->update([
                         DB::table('ask_order')->where('status',10)->where('id',$ask_order_id)->update([
                             'status' => 15,  //已回复
                             'status' => 15,  //已回复
                             'countdown_time' => $countdown_time, //倒计时
                             'countdown_time' => $countdown_time, //倒计时
-                        ])
+                        ]);
                     }
                     }
                 }
                 }