代码提交

This commit is contained in:
liang.chao 2025-02-27 13:51:55 +08:00
parent 4798784b8d
commit 58b08f45f7
2 changed files with 3 additions and 2 deletions

View File

@ -42,6 +42,7 @@ public class OutsourcerEvaluateController extends BaseController<EvaluateSubBean
return ar;
}
//该接口未使用
@RequestMapping(value = "/getTableList", method = RequestMethod.GET)
@ResponseBody
public AjaxRes getTableList(EvaluateSubBean o) {

View File

@ -146,7 +146,7 @@ public class OutsourcerEvaluateServiceImpl implements OutsourcerEvaluateService
childList.add(childMap);
}
}
// oneList = oneList.stream().distinct().collect(Collectors.toList());
oneList = oneList.stream().distinct().collect(Collectors.toList());
Map<String, Object> upload = new LinkedHashMap<>();
upload.put("title", "操作");
upload.put("mergeType", "rowspan");