Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Oct 31, 2024
1 parent c8537f6 commit f328696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Application/Api/Model/PageModel.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class PageModel extends BaseModel


//搜索某个项目下的页面
public function search($item_id,$cat_id = 0 , $keyword)
public function search($item_id,$cat_id = 0 , $keyword = "")
{
$return_pages = array();
$item = D("Item")->where("item_id = '%d' and is_del = 0 ", array($item_id))->find();
Expand Down

0 comments on commit f328696

Please sign in to comment.