fix: 修复办理结果类型bug
This commit is contained in:
+2
-2
@@ -86,8 +86,8 @@ public class ProcessESInitChangeController {
|
||||
*/
|
||||
@AutoLog(value = "企标立项变更流程-办理")
|
||||
@ApiOperation(value="企标立项变更流程-办理", notes="企标立项变更流程-办理")
|
||||
@PostMapping("/handle")
|
||||
public Result<?> handle(@RequestParam(value = "taskId") String taskId) {
|
||||
@GetMapping("/handle/{taskId}")
|
||||
public Result<?> handle(@PathVariable("taskId") String taskId) {
|
||||
return Result.OK(initChangeService.getHandleData(taskId));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user