更新商品查询

This commit is contained in:
yaooo 2023-09-27 11:21:31 +08:00
parent 3fdb87adcb
commit 697ed76cd1

View File

@ -495,6 +495,7 @@ class Common extends BaseController
//获取云店铺
public function get_cloud_shop($street_code){
//更新查询镇级供应链店铺
$typeTownSupplyChainId = Db::name('MerchantType')->where('type_code', Merchant::TypeCode['TypeTownSupplyChain'])->value('mer_type_id');
$find=DB::name('merchant')
->alias('m')