Commit 3c5011e2 authored by neo's avatar neo

[DEV] fixed some bugs

parent b1bbd3ee
......@@ -65,7 +65,7 @@ public class ApprovalController {
}
@ResponseBody
@RequestMapping(value = "/check/${projectId}/${period}",method = RequestMethod.PUT)
@RequestMapping(value = "/check/{projectId}/{period}",method = RequestMethod.PUT)
public void check(@PathVariable String projectId,@PathVariable Integer period, @RequestParam String decide, @RequestParam String comment) {//only for manager role
approvalService.checkTask(projectId, period, decide,comment);
}
......
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