正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -282,7 +282,7 @@ trait DbQuery { | @@ -282,7 +282,7 @@ trait DbQuery { | ||
282 | } | 282 | } |
283 | $query = $this->query($sql); | 283 | $query = $this->query($sql); |
284 | if($query){ | 284 | if($query){ |
285 | - $data = $query->fetch($flag); | 285 | + $data = $flag? $query->fetch($flag) : $query->fetch(); |
286 | if($this->cache){ | 286 | if($this->cache){ |
287 | redis()->set($key,$data,$this->cache); | 287 | redis()->set($key,$data,$this->cache); |
288 | $this->cache = 0; | 288 | $this->cache = 0; |
-
请 注册 或 登录 后发表评论