Commit 01ab93f3 authored by 徐俊's avatar 徐俊

xujun

parent c5fbafdb
......@@ -60,7 +60,7 @@ public class SystemSetController extends BaseController<SystemSetService,SystemS
@GetMapping
public ResponseDataModel<Map<String, Object>> getTalentTraningInfo() {
List<SystemParameter> parameterList = systemParameterService.getListByType(21);
Map<String, Object> data = new HashMap<String, Object>(6) {
Map<String, Object> data = new HashMap<String, Object>(9) {
{
parameterList.forEach(e -> {
put(e.getCode(), e.getId());
......
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