Commit 7bae530d authored by jianghaiming's avatar jianghaiming

update:set

parent 8649cf90
...@@ -98,10 +98,12 @@ class ShopService ...@@ -98,10 +98,12 @@ class ShopService
$latitude = !empty($params['latitude']) ? $params['latitude'] : ''; $latitude = !empty($params['latitude']) ? $params['latitude'] : '';
$address = !empty($params['address']) ? $params['address'] : ''; $address = !empty($params['address']) ? $params['address'] : '';
$subShopId = !empty($params['sub_shop_id']) ? $params['sub_shop_id'] : ''; $subShopId = !empty($params['sub_shop_id']) ? $params['sub_shop_id'] : '';
$appid = !empty($params['appid']) ? $params['appid'] : '';
if (!empty($appid)) {
if (empty($lifeAccountId)) { if (empty($lifeAccountId)) {
throw new ShopException(['cus' => 0]); throw new ShopException(['cus' => 0]);
}
} }
if (!empty($subShopId)) { if (!empty($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