代码提交
This commit is contained in:
parent
4798784b8d
commit
58b08f45f7
|
|
@ -42,6 +42,7 @@ public class OutsourcerEvaluateController extends BaseController<EvaluateSubBean
|
|||
return ar;
|
||||
}
|
||||
|
||||
//该接口未使用
|
||||
@RequestMapping(value = "/getTableList", method = RequestMethod.GET)
|
||||
@ResponseBody
|
||||
public AjaxRes getTableList(EvaluateSubBean o) {
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue