|
@@ -14,6 +14,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
+import java.util.Map;
|
|
|
|
|
|
/**
|
|
/**
|
|
* @author wangfeng
|
|
* @author wangfeng
|
|
@@ -30,7 +31,7 @@ public class KlDictionaryConller {
|
|
@ApiOperation(value = "根据分组获取字典表信息详情[by:wangfeng]")
|
|
@ApiOperation(value = "根据分组获取字典表信息详情[by:wangfeng]")
|
|
@PostMapping("/getDictionaryInfo")
|
|
@PostMapping("/getDictionaryInfo")
|
|
@SysLogger("getDictionaryInfo")
|
|
@SysLogger("getDictionaryInfo")
|
|
- public RespDTO<List<DictionaryInfoDTO>> getDictionaryInfoAll() {
|
|
|
|
|
|
+ public RespDTO<Map<Long, List<DictionaryInfoDTO>>> getDictionaryInfoAll() {
|
|
return RespDTO.onSuc(dictionaryFacade.getListBack());
|
|
return RespDTO.onSuc(dictionaryFacade.getListBack());
|
|
}
|
|
}
|
|
}
|
|
}
|