Commit 9332a7a1 authored by chenzhao's avatar chenzhao

修改单位变更登记

parent a7911fd0
...@@ -30,15 +30,15 @@ public class TaskModelDto { ...@@ -30,15 +30,15 @@ public class TaskModelDto {
private String taskCode; private String taskCode;
/** /**
* 流程任务ID * 流程任务ID
* */ */
private String flowCode; private String flowCode;
/** /**
* 统一定义的枚举code 例如 6612 待受理 * 统一定义的枚举code 例如 6612 待受理
* */ */
private Integer flowStatus; private Integer flowStatus;
/** /**
* 统一定义的枚举code 例如 6612 待受理 * 统一定义的枚举code 例如 6612 待受理
* */ */
private String flowStatusLabel; private String flowStatusLabel;
/** /**
* 摘要-来源 * 摘要-来源
......
...@@ -215,4 +215,7 @@ public class JgChangeRegistrationUnit extends BaseEntity { ...@@ -215,4 +215,7 @@ public class JgChangeRegistrationUnit extends BaseEntity {
@TableField("equ_address") @TableField("equ_address")
private String equAddress; private String equAddress;
@TableField(exist = false)
private String supervisoryCode;
} }
...@@ -629,8 +629,6 @@ public class CommonServiceImpl implements ICommonService { ...@@ -629,8 +629,6 @@ public class CommonServiceImpl implements ICommonService {
break; break;
} }
} }
model.setFlowStatus(obj.getTaskStatus());
model.setFlowCode(obj.getTaskStatusLabel());
model.setTaskStatus(0); model.setTaskStatus(0);
model.setFlowInstanceId(model.getRelationId()); model.setFlowInstanceId(model.getRelationId());
model.setTaskTitle(obj.getStartUser() + "发起了" + obj.getTaskName()); model.setTaskTitle(obj.getStartUser() + "发起了" + obj.getTaskName());
...@@ -654,6 +652,7 @@ public class CommonServiceImpl implements ICommonService { ...@@ -654,6 +652,7 @@ public class CommonServiceImpl implements ICommonService {
* flowStatusLabel 任务状态枚举code * flowStatusLabel 任务状态枚举code
* 流程实例id instanceId * 流程实例id instanceId
* flowCode 任务id * flowCode 任务id
**/ **/
public TaskV2Model updateTaskModel(Map<String, Object> params) { public TaskV2Model updateTaskModel(Map<String, Object> params) {
String exeUserId = RequestContext.getExeUserId(); String exeUserId = RequestContext.getExeUserId();
......
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