接口修改1

This commit is contained in:
彭桃 2023-02-25 17:20:45 +08:00
parent 99238e62b0
commit b4261c5fe5

View File

@ -274,7 +274,7 @@ class MerchantRepository extends BaseRepository
*/ */
public function getList($where, $page, $limit, $userInfo) public function getList($where, $page, $limit, $userInfo)
{ {
$field = 'care_count,is_trader,type_id,mer_id,mer_banner,mini_banner,mer_name, mark,mer_avatar,product_score,service_score,postage_score,sales,status,is_best,create_time,long,lat'; $field = 'care_count,is_trader,type_id,mer_id,mer_banner,mini_banner,mer_name, mark,mer_avatar,product_score,service_score,postage_score,sales,status,is_best,create_time,long,lat,mer_info,mer_keyword';
$where['status'] = 1; $where['status'] = 1;
$where['mer_state'] = 1; $where['mer_state'] = 1;
$where['is_del'] = 0; $where['is_del'] = 0;