This commit is contained in:
mkm 2023-10-10 17:32:29 +08:00
parent 0454200bd4
commit 21866178d8
2 changed files with 1 additions and 2215 deletions

File diff suppressed because it is too large Load Diff

View File

@ -107,6 +107,7 @@ class MerchantRepository extends BaseRepository
'merchantCategory',
'merchantType'
])
->order('mer_id','desc')
->field('sort, mer_id, mer_name, real_name, mer_phone, mer_address, mark, status, create_time,is_best,is_trader,type_id,category_id,copy_product_num,export_dump_num,is_margin,margin,mer_avatar')->select();
return compact('count', 'list');
}