Commit ac1de972 authored by 高滢's avatar 高滢

注释

parent 1ceebbd2
......@@ -28,6 +28,11 @@ public class ReviewTaskUserRelationController extends BaseController {
ReviewTaskUserRelationServiceImpl reviewTaskUserRelationService;
/**
* 根据任务id查询小组成员
* @param taskId
* @return
*/
@ApiOperation("根据任务Id查询任务组成员")
@RequestMapping(method = RequestMethod.GET, value = "/members/{taskId}")
public R<List<ReviewTaskUserRelation>> selectQTeamMemberList(@PathVariable Long taskId){
......
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