Commit 097c0065 authored by 胡秀武's avatar 胡秀武

胡秀武:根据前端要求修改代码

parent 368af6ba
......@@ -61,7 +61,6 @@ public class TreeUtils {
}
result.add(node);
}
return result;
}
......
......@@ -125,7 +125,7 @@ public class ModelClassifyServiceImpl implements ModelClassifyService {
if (!result) {
return ResponseVO.error(CodeEnum.INSERT_FAIL);
}
return ResponseVO.ok();
return ResponseVO.ok(list);
}
/**
......
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