作者 邓超

m

@@ -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;