|
@@ -42,7 +42,7 @@ class GeoQuestionResLogic extends BaseLogic |
|
@@ -42,7 +42,7 @@ class GeoQuestionResLogic extends BaseLogic |
|
42
|
* @method :post
|
42
|
* @method :post
|
|
43
|
* @time :2025/7/4 9:48
|
43
|
* @time :2025/7/4 9:48
|
|
44
|
*/
|
44
|
*/
|
|
45
|
- public function getResultList($map = [],$page = 1,$row = 20,$order = 'id'){
|
45
|
+ public function getResultList($map = [],$page = 1,$row = 20){
|
|
46
|
$filed = ['id','project_id','question_id','platform','question','keywords','url','created_at','updated_at'];
|
46
|
$filed = ['id','project_id','question_id','platform','question','keywords','url','created_at','updated_at'];
|
|
47
|
$map['keywords'] = ['!=','[]'];
|
47
|
$map['keywords'] = ['!=','[]'];
|
|
48
|
$map['url'] = ['!=','[]'];
|
48
|
$map['url'] = ['!=','[]'];
|