Commit 44c2d473 authored by 赵啸非's avatar 赵啸非

添加接口附件解密地址

parent b169a18d
...@@ -30,11 +30,6 @@ import java.util.stream.Collectors; ...@@ -30,11 +30,6 @@ import java.util.stream.Collectors;
@Service("areaService") @Service("areaService")
public class AreaServiceImpl extends AbstractCRUDCacheServiceImpl<AreaDao, AreaEntity, Long> implements AreaService { public class AreaServiceImpl extends AbstractCRUDCacheServiceImpl<AreaDao, AreaEntity, Long> implements AreaService {
@Autowired
private SiteService siteService;
@Autowired
private BaseAreaService baseAreaService;
@Override @Override
public void putCache(String key, AreaEntity data) { public void putCache(String key, AreaEntity data) {
......
...@@ -21,6 +21,7 @@ import com.mortals.xhx.module.site.service.SiteBusinessService; ...@@ -21,6 +21,7 @@ import com.mortals.xhx.module.site.service.SiteBusinessService;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.BeanUtils; import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.util.ObjectUtils; import org.springframework.util.ObjectUtils;
...@@ -39,9 +40,11 @@ import java.util.stream.Collectors; ...@@ -39,9 +40,11 @@ import java.util.stream.Collectors;
public class SiteBusinessServiceImpl extends AbstractCRUDCacheServiceImpl<SiteBusinessDao, SiteBusinessEntity, Long> implements SiteBusinessService { public class SiteBusinessServiceImpl extends AbstractCRUDCacheServiceImpl<SiteBusinessDao, SiteBusinessEntity, Long> implements SiteBusinessService {
@Autowired @Autowired
@Lazy
private BusinessService businessService; private BusinessService businessService;
@Autowired @Autowired
@Lazy
private BusinessMatterService businessMatterService; private BusinessMatterService businessMatterService;
/** /**
......
...@@ -54,7 +54,7 @@ POST {{baseUrl}}/base/area/genSubAreaByAreaName ...@@ -54,7 +54,7 @@ POST {{baseUrl}}/base/area/genSubAreaByAreaName
Content-Type: application/json Content-Type: application/json
{ {
"areaCode": "510921000000" "areaCode": "513232000000"
} }
......
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