Commit 60c08ff9 authored by 赵啸非's avatar 赵啸非

添加材料列表根据材料名称去重

parent cc2cf588
......@@ -80,6 +80,8 @@ public class WorkmanServiceImpl extends AbstractCRUDCacheServiceImpl<WorkmanDao,
} else {
entity.setLoginPwd(null);
}
//判断党员是否其它选项,如果
}
......
......@@ -124,6 +124,15 @@ spring:
metadata:
response-timeout: 200000
connect-timeout: 200000
# etl数据清洗
- id: etl-manager
#uri: http://192.168.0.98:21080
uri: lb://etl-manager
predicates:
- Path=/etl/**
metadata:
response-timeout: 200000
connect-timeout: 200000
nacos:
# Nacos 作为注册中心的配置项,对应 NacosDiscoveryProperties 配置类
discovery:
......
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