正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -135,7 +135,7 @@ $tcp_worker->onMessage = function($connection, $data) | @@ -135,7 +135,7 @@ $tcp_worker->onMessage = function($connection, $data) | ||
135 | // 向客户端发送hello $data | 135 | // 向客户端发送hello $data |
136 | $connection->send('hello '. $data); | 136 | $connection->send('hello '. $data); |
137 | if ($data=='tom') { | 137 | if ($data=='tom') { |
138 | - Db::name('user')->where('id',1)->update(['sex'=>1]); | 138 | + Db::table('user')->where('id',1)->update(['sex'=>1]); |
139 | } | 139 | } |
140 | }; | 140 | }; |
141 | 141 |
-
请 注册 或 登录 后发表评论