shish 6 years ago
parent
commit
56edc879c6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      biz/merchant/services/MerchantService.php

+ 1 - 2
biz/merchant/services/MerchantService.php

@@ -165,8 +165,7 @@ class MerchantService extends BaseService
 			if (empty($hasMenu)) {
 				xhWxMenuService::applyInit($merchant);
 			}
-			
-			
+
 			//微信客户初始化
 			$hasUser = UserService::getByCondition(['merchantId' => $merchantId]);
 			if (empty($hasUser)) {