Commit b1bbd3ee authored by neo's avatar neo

[DEV] fixed check task bugs

parent d4e1bdec
......@@ -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);
}
......
package pwc.taxtech.atms.dto.permission;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.List;
public class OrganizationPermissionDto {
......
package pwc.taxtech.atms.dto.permission;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.List;
public class OrganizationPermissionKeyDto {
......
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