Commit 8649cf90 authored by jianghaiming's avatar jianghaiming

update:set

parent 22746e4e
......@@ -99,6 +99,11 @@ class ShopService
$address = !empty($params['address']) ? $params['address'] : '';
$subShopId = !empty($params['sub_shop_id']) ? $params['sub_shop_id'] : '';
if (empty($lifeAccountId)) {
throw new ShopException(['cus' => 0]);
}
if (!empty($subShopId)) {
$where['sub_shop_id'] = $subShopId;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment