标题修改
This commit is contained in:
@@ -45,7 +45,7 @@ class Workbench extends Base
|
|||||||
//标题
|
//标题
|
||||||
$sTitle = empty($aParam['title']) ? '': $aParam['title'];
|
$sTitle = empty($aParam['title']) ? '': $aParam['title'];
|
||||||
if(!empty($sTitle)){
|
if(!empty($sTitle)){
|
||||||
$aWhere = ['title' => trim($sTitle)];
|
$aWhere = ['title' => ['like','%'.trim($sTitle).'%']];
|
||||||
}
|
}
|
||||||
//国家
|
//国家
|
||||||
$sCountry = -1;
|
$sCountry = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user