|
|
@@ -241,7 +241,7 @@ class MerchantService extends BaseService
|
|
|
//商家列表 shish 2019.12.20
|
|
|
public static function getMerchantList($where)
|
|
|
{
|
|
|
- $data = MerchantClass::getList(['merchantName'], $where, 'addTime DESC');
|
|
|
+ $data = MerchantClass::getList(['id','merchantName'], $where, 'addTime DESC');
|
|
|
$list = isset($data['list']) && !empty($data['list']) ? $data['list'] : [];
|
|
|
if (empty($list)) {
|
|
|
return $data;
|