Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
e2f3d18e7e
@ -35,7 +35,7 @@ trait CategoresRepository
|
|||||||
*/
|
*/
|
||||||
public function getApiFormatList($merID,$status = null, $source = 2)
|
public function getApiFormatList($merID,$status = null, $source = 2)
|
||||||
{
|
{
|
||||||
return formatCategory($this->dao->getAll($merID,$status)->hidden(['path','level','mer_id','create_time'])->toArray(), $this->dao->getPk());
|
return formatCategory($this->dao->getAll($merID,$status,$source)->hidden(['path','level','mer_id','create_time'])->toArray(), $this->dao->getPk());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user