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

添加接口附件解密地址

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