Commit 9332a7a1 authored by chenzhao's avatar chenzhao

修改单位变更登记

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