|
|
@@ -31,7 +31,6 @@ public class WxMerchantRelationServiceImpl implements WxMerchantRelationService |
|
|
@Transactional(rollbackFor = {Exception.class}) |
|
|
@Transactional(rollbackFor = {Exception.class}) |
|
|
@Override |
|
|
@Override |
|
|
public ResultData saveOrUpdate(Long regionId, List<Long> ids, Integer type, TenantEntity tenantEntity) { |
|
|
public ResultData saveOrUpdate(Long regionId, List<Long> ids, Integer type, TenantEntity tenantEntity) { |
|
|
tenantEntity.setTenantId("789"); |
|
|
|
|
|
if (regionId == null) { |
|
|
if (regionId == null) { |
|
|
return new ResultData(Result.ERROR, "区域商户id不能为空"); |
|
|
return new ResultData(Result.ERROR, "区域商户id不能为空"); |
|
|
} |
|
|
} |
|
|
|