更新错误

This commit is contained in:
yaooo 2023-09-22 11:59:29 +08:00
parent 761669ba7f
commit 75e2b30d00

View File

@ -493,7 +493,7 @@ class Common extends BaseController
}
//获取云店铺
public function get_cloud_shop(int $street_code){
public function get_cloud_shop($street_code){
$find=DB::name('merchant')
->alias('m')
->where('m.type_id',11)