|
@@ -225,7 +225,7 @@ public class DepartmentalPerformanceIndicatorPlanController {
|
|
|
* @param id 主键
|
|
|
* @return 结果
|
|
|
*/
|
|
|
- @GetMapping(value = "/delete/{id}/{deptId}")
|
|
|
+ @PostMapping(value = "/delete/{id}/{deptId}")
|
|
|
public R delete(@PathVariable String id, @PathVariable String deptId) {
|
|
|
try {
|
|
|
EvaluationDeptBusinessContent evaluationDeptBusinessContent = evaluationDeptBusinessContentService.getById(id);
|