Commit bdfc5e8c authored by chenzhao's avatar chenzhao

修改单位变更属性

parent 65c9e781
......@@ -137,6 +137,6 @@ public class JgChangeRegistrationUnitDto extends BaseDto {
private String nextTaskId;
@ApiModelProperty(value = "下一步执行人userids")
private String nextExecuteUseIds;
private String nextExecuteUserIds;
}
......@@ -226,5 +226,5 @@ public class JgChangeRegistrationUnit extends BaseEntity {
*工作流下一节点执行人UseridS
*/
@TableField(value = "next_execute_user_ids")
private String nextExecuteUseIds;
private String nextExecuteUserIds;
}
......@@ -23,7 +23,7 @@
isn.instance_status AS instanceStatus,
isn.audit_pass_date AS auditPassDate,
isn.equ_type AS equType,
isn.next_execute_user_ids as nextExecuteUseIds
isn.next_execute_user_ids as nextExecuteUserIds
FROM
tzs_jg_change_registration_unit isn
<where>
......
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