mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-25 02:32:57 +08:00
仅内网可见-学员端
This commit is contained in:
@@ -406,11 +406,8 @@ public class ThirdApi {
|
||||
}
|
||||
|
||||
//获取字典信息
|
||||
public List<String> getDictItems() {
|
||||
public List<String> getDictItems(CommonSearchVo searcher) {
|
||||
try {
|
||||
CommonSearchVo searcher = new CommonSearchVo();
|
||||
searcher.setPid(380L);
|
||||
searcher.setType(1);
|
||||
List<Dict> dictList = dictRemoteClient.getList(searcher);
|
||||
if(!Objects.isNull(dictList) && dictList.size() > 0){
|
||||
List<String> dicts = dictList.stream().map(Dict::getValue).collect(Collectors.toList());
|
||||
|
||||
Reference in New Issue
Block a user