Commit 3f9e17a6 authored by 蔡镇泽's avatar 蔡镇泽

评定任务分组管理详情列表

parent 19e5fd3d
......@@ -224,7 +224,7 @@ public class TaskController {
*
* @param groupNumber 组号
*/
@RequestMapping("/taskGroupList")
@RequestMapping("/taskGroupInfoList")
public Result<List<TaskGroupInfoVO>> taskGroupInfoList(String groupNumber) {
if (StringUtils.isBlank(groupNumber)) {
return Result.failed("组号不能为空!");
......
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