|
@@ -460,7 +460,7 @@ class WebsiteService implements WebsiteServiceInterface
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * 查询网站下面的导航
|
|
|
|
|
|
+ * 查询网站下面的导航
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return array
|
|
* @return array
|
|
*/
|
|
*/
|
|
@@ -478,9 +478,9 @@ class WebsiteService implements WebsiteServiceInterface
|
|
return Result::success($result);
|
|
return Result::success($result);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
/**
|
|
/**
|
|
- * 查询网站的广告
|
|
|
|
|
|
+ * 查询网站的广告
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return array
|
|
* @return array
|
|
*/
|
|
*/
|
|
@@ -531,7 +531,7 @@ class WebsiteService implements WebsiteServiceInterface
|
|
*
|
|
*
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return array
|
|
* @return array
|
|
- */
|
|
|
|
|
|
+ */
|
|
/**网站行政职能搜索 */
|
|
/**网站行政职能搜索 */
|
|
public function selectWebsiteDepartment(array $data): array
|
|
public function selectWebsiteDepartment(array $data): array
|
|
{
|
|
{
|
|
@@ -564,7 +564,7 @@ class WebsiteService implements WebsiteServiceInterface
|
|
* @return array
|
|
* @return array
|
|
*/
|
|
*/
|
|
/**
|
|
/**
|
|
- * 搜索地区
|
|
|
|
|
|
+ * 搜索地区
|
|
*/
|
|
*/
|
|
public function selectWebsiteArea(array $data): array
|
|
public function selectWebsiteArea(array $data): array
|
|
{
|
|
{
|
|
@@ -620,7 +620,7 @@ class WebsiteService implements WebsiteServiceInterface
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return array
|
|
* @return array
|
|
*/
|
|
*/
|
|
- //获取栏目
|
|
|
|
|
|
+ //获取栏目
|
|
public function getWebsiteModelCategory(array $data): array
|
|
public function getWebsiteModelCategory(array $data): array
|
|
{
|
|
{
|
|
$website_id=[
|
|
$website_id=[
|
|
@@ -646,7 +646,7 @@ class WebsiteService implements WebsiteServiceInterface
|
|
* @param array $data
|
|
* @param array $data
|
|
* @return array
|
|
* @return array
|
|
*/
|
|
*/
|
|
- //获取友情链接
|
|
|
|
|
|
+ //获取友情链接
|
|
public function selectWebsiteLinks(array $data): array
|
|
public function selectWebsiteLinks(array $data): array
|
|
{
|
|
{
|
|
$where = [
|
|
$where = [
|