feat(SystemStoreLists): 优化了店铺信息获取方式,添加了简称获取逻辑,并更新了相关API接口。

This commit is contained in:
mkm 2024-08-19 20:13:34 +08:00
parent 28e1c3fac1
commit 915573615c

View File

@ -58,7 +58,7 @@ class SystemStoreLists extends BaseAdminDataLists implements ListsSearchInterfac
$data = SystemStore::where($this->searchWhere)->where($where)
->field(['id', 'name', 'phone', 'detailed_address', 'image', 'is_show',
'day_time','is_store','latitude','longitude','day_start','day_end','is_store'
,'is_send'
,'is_send','abbreviation'
])
->limit($this->limitOffset, $this->limitLength)
->order(['id' => 'desc'])