setter
parent
6380fffd35
commit
25f5e11caa
|
@ -221,7 +221,8 @@ class Consumer extends Base
|
||||||
return $this->request->domain() . $value;
|
return $this->request->domain() . $value;
|
||||||
});
|
});
|
||||||
}, $orders);
|
}, $orders);
|
||||||
if(!empty($list["list"])){
|
|
||||||
|
if(!empty($list["list"]->toArray())){
|
||||||
return $this->json(1,"ok",$list["list"]);
|
return $this->json(1,"ok",$list["list"]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue