Commit 6b31a881 authored by chenzhao's avatar chenzhao

任务 3374 添加GIS地图配置 查看 补充提交serviceImpl层

parent 1caa996b
......@@ -87,7 +87,13 @@ public class DataDictionaryServiceImpl extends BaseService<DataDictionaryDto, Da
return menus;
}
public DataDictionary getByCode(String code) {
DataDictionary byCode = dataDictionaryMapper.getByCode(code);
return byCode;
}
public List<DataDictionary> getDataDictionaryAndCount(){
List<DataDictionary> list= dataDictionaryMapper.getDataDictionaryListAndCount();
......
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