Commit 96724b96 authored by root's avatar root

修改接口

parent e9e5b7d5
......@@ -96,9 +96,9 @@ public class BDictionaryServiceImpl implements BDictionaryService {
*/
public List<BDictionary> findAllColumnConfig(CurUser curUser){
List<String> configList = new ArrayList<>();
configList.add("3e3feb5a66244652a1c052b369a7b68a");//关注人数
configList.add("3e3feb5a66244652a1c052b369a7b68b");//总裁读书会
configList.add("3e3feb5a66244652a1c052b369a7b68c");//在学人数
configList.add("0");//关注人数
configList.add("1");//在学人数
configList.add("2");//总裁读书会
List<BDictionary> DictList = bDictionaryRepository.findAllColumnConfig(curUser,configList);
return DictList;
}
......
spring:
profiles:
active: dev
# active: prod
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