Commit 9a71e22f authored by hangjun83's avatar hangjun83

队列更新

parent 078ac87c
...@@ -61,7 +61,7 @@ class RhawnRawRepositoryEloquent extends BaseRepository implements RhawnRawRepos ...@@ -61,7 +61,7 @@ class RhawnRawRepositoryEloquent extends BaseRepository implements RhawnRawRepos
if(!is_array($rawCode)){ if(!is_array($rawCode)){
$raw->where('r_code',$rawCode); $raw->where('r_code',$rawCode);
}else{ }else{
$raw->whereIn('r_code',!is_array($rawCode)); $raw->whereIn('r_code',$rawCode);
} }
$rawList = $raw->get(); $rawList = $raw->get();
return $rawList->toArray(); return $rawList->toArray();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment