|
|
|
@@ -193,7 +193,7 @@ public class WxCarController extends BaseController { |
|
|
|
WxMerchant wxMerchant = wxMerchantService.getById(merchantId); |
|
|
|
String carParams = wxMerchant.getCarParams(); |
|
|
|
if (StringUtils.isBlank(carParams)) { |
|
|
|
return Constant.default_business.toString(); |
|
|
|
return null; |
|
|
|
} |
|
|
|
JSONObject objParams1 = JSON.parseObject(carParams); |
|
|
|
businessId = objParams1.getString("businessId"); |
|
|
|
|