Commit ffcc2489 by wangli

修改METHOD

1 parent aa478a43
......@@ -39,7 +39,7 @@ public class EngineerController {
return res;
}
@GetMapping("/engineer/skill/update")
@PostMapping("/engineer/skill/update")
public Result<?> engineerSkillUpdate(@RequestBody String engineerCode, @RequestBody List<String> categoryIds) {
// 获取工程师技能信息修改
try {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!