优化代码

main
fengxinyhyl 10 months ago
parent a9a2f8109e
commit f0dfc83388
  1. 2
      app/common/repositories/system/merchant/MerchantRepository.php
  2. 2
      public/system.html

@ -282,7 +282,7 @@ class MerchantRepository extends BaseRepository
*/
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,is_margin';
$field = 'care_count,is_trader,type_id,mer_id,mer_banner,mini_banner,mer_name, mark,mer_avatar,mer_phone,mer_address,product_score,service_score,postage_score,sales,status,is_best,create_time,long,lat,is_margin';
$where['status'] = 1;
$where['mer_state'] = 1;
$where['is_del'] = 0;

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save