仅内网可见-学员端

This commit is contained in:
670788339
2025-07-21 09:07:58 +08:00
parent 9b9e97a8d4
commit 59beaa5b74
3 changed files with 11 additions and 6 deletions

View File

@@ -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());