更新协议

This commit is contained in:
yaooo 2023-09-22 11:58:54 +08:00
parent 5172d123ee
commit bc0f1e3119

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)