|
|
|
@@ -266,9 +266,9 @@ public class TtMerchantPoiServiceImpl implements TtMerchantPoiService { |
|
|
|
|
|
|
|
String supplierId = supplierSync(tenantInfo, merchantPoi, linkPhone,contactTel, images, status, introduction, businessId); |
|
|
|
|
|
|
|
if(StringUtils.isBlank(supplierId)){ |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR.getCode(),"同步失败"); |
|
|
|
} |
|
|
|
// if(StringUtils.isBlank(supplierId)){ |
|
|
|
// return new ResultData(ErrorCode.SYS_PARAMETER_ERROR.getCode(),"同步失败"); |
|
|
|
// } |
|
|
|
TtMerchantPoi updPoi = new TtMerchantPoi(); |
|
|
|
updPoi.setId(id); |
|
|
|
updPoi.setSupplierId(supplierId); |
|
|
|
|