fix: 修复办理Url重复问题
This commit is contained in:
+2
@@ -1,5 +1,6 @@
|
|||||||
package com.jero.modules.activiti.process.common.entity;
|
package com.jero.modules.activiti.process.common.entity;
|
||||||
|
|
||||||
|
import io.swagger.annotations.ApiModel;
|
||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
|
||||||
@@ -10,6 +11,7 @@ import java.util.Date;
|
|||||||
* @Date: 2023/10/26 7:46
|
* @Date: 2023/10/26 7:46
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
|
@ApiModel(value="流程通用信息对象", description="流程通用信息对象")
|
||||||
public class CommonVO {
|
public class CommonVO {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
+1
-1
@@ -89,7 +89,7 @@ public class ProcessESInitChangeController {
|
|||||||
*/
|
*/
|
||||||
@AutoLog(value = "企标立项变更流程-办理")
|
@AutoLog(value = "企标立项变更流程-办理")
|
||||||
@ApiOperation(value="企标立项变更流程-办理", notes="企标立项变更流程-办理")
|
@ApiOperation(value="企标立项变更流程-办理", notes="企标立项变更流程-办理")
|
||||||
@PostMapping("/save")
|
@PostMapping("/handle")
|
||||||
public Result<?> handle(@RequestParam(value = "taskId") String taskId) {
|
public Result<?> handle(@RequestParam(value = "taskId") String taskId) {
|
||||||
return Result.OK(initChangeService.getHandleData(taskId));
|
return Result.OK(initChangeService.getHandleData(taskId));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user