Commit 165ba068 authored by 赵啸非's avatar 赵啸非

添加接口附件解密地址

parent 702439d2
...@@ -62,6 +62,7 @@ import org.apache.commons.logging.Log; ...@@ -62,6 +62,7 @@ import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory; import org.apache.commons.logging.LogFactory;
import org.checkerframework.checker.units.qual.A; import org.checkerframework.checker.units.qual.A;
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;
...@@ -86,14 +87,17 @@ public class SiteServiceImpl extends AbstractCRUDCacheServiceImpl<SiteDao, SiteE ...@@ -86,14 +87,17 @@ public class SiteServiceImpl extends AbstractCRUDCacheServiceImpl<SiteDao, SiteE
* 根据用户id 暂存对应站点树 默认0为全站点树 * 根据用户id 暂存对应站点树 默认0为全站点树
*/ */
private Map<Long, List<SiteTreeSelect>> siteTreeMap = new HashMap<>(); private Map<Long, List<SiteTreeSelect>> siteTreeMap = new HashMap<>();
@Autowired @Autowired
@Lazy
private AreaService areaService; private AreaService areaService;
@Autowired @Autowired
@Lazy
private ModelService modelService; private ModelService modelService;
@Autowired @Autowired
@Lazy
private IUserFeign userFeign; private IUserFeign userFeign;
@Autowired @Autowired
@Lazy
private UserService userService; private UserService userService;
@Autowired @Autowired
private DeptService deptService; private DeptService deptService;
......
...@@ -27,14 +27,14 @@ POST {{baseUrl}}/app/dataset/list ...@@ -27,14 +27,14 @@ POST {{baseUrl}}/app/dataset/list
Content-Type: application/json Content-Type: application/json
{ {
"appId": 5, "appId": 20,
"orConditionList": [ "orConditionList": [
{ {
"fieldName": "员工姓名", "fieldName": "制定机关",
"fieldValue": "李涛" "fieldValue": "%四川省人民政府%"
},{ },{
"fieldName": "部门", "fieldName": "标题",
"fieldValue": "%不动产登记中心%" "fieldValue": "%管理办法%"
} }
], ],
"page": 1, "page": 1,
......
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