Commit ee013946 by 徐高华

导购任务-查询绑定导购

parent 16146d8e
......@@ -99,9 +99,9 @@ public class ClerkTaskController {
*/
@RequestMapping("task-detail")
@ResponseBody
public RestResponse<TaskPlanDetailVO> taskDetail(Long planId , String clerkId) {
public RestResponse<TaskPlanDetailVO> taskDetail(String enterprsieId , Long planId , String clerkId) {
TaskPlanDetailVO vo = new TaskPlanDetailVO() ;
this.clerkTaskApiService.getDetail(planId) ;
this.clerkTaskApiService.getDetail(enterprsieId, planId,0) ;
return RestResponse.successResult(vo) ;
}
......
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