Commit c25231be authored by tianyiming's avatar tianyiming

人员岗位资质证书修改

parent 8799f9ed
...@@ -122,6 +122,9 @@ public class PeopleBasicInfoDto { ...@@ -122,6 +122,9 @@ public class PeopleBasicInfoDto {
@ApiModelProperty(value = "身份证反面") @ApiModelProperty(value = "身份证反面")
private String idReverse; private String idReverse;
@ApiModelProperty(value = "岗位资质证书")
private String qualificationCertificate;
@ApiModelProperty(value = "更新时间") @ApiModelProperty(value = "更新时间")
@TableField(fill= FieldFill.UPDATE) @TableField(fill= FieldFill.UPDATE)
private Date updateTime; private Date updateTime;
......
...@@ -3520,5 +3520,17 @@ ...@@ -3520,5 +3520,17 @@
update cb_data_dictionary set extend = '治理人,验证人,延期治理审批人,延迟治理人,隐患填报人,默认角色,用户管理权限角色' where sequence_nbr = 1800; update cb_data_dictionary set extend = '治理人,验证人,延期治理审批人,延迟治理人,隐患填报人,默认角色,用户管理权限角色' where sequence_nbr = 1800;
</sql> </sql>
</changeSet> </changeSet>
<changeSet author="tym" id="202210211104">
<preConditions onFail="MARK_RAN">
<tableExists tableName="cb_dynamic_form_column" />
<not>
<primaryKeyExists primaryKeyName="sequence_nbr" tableName="cb_dynamic_form_column"/>
</not>
</preConditions>
<comment>人员优化加字段</comment>
<sql>
INSERT INTO `cb_dynamic_form_column` (`sequence_nbr`, `field_code`, `field_name`, `field_type`, `group_id`, `query_strategy`, `not_null`, `block`, `group_code`, `column_config`, `rec_user_name`, `rec_user_id`, `rec_date`, `is_delete`, `remark`, `sort`, `org_code`) VALUES (132828674812113, 'qualificationCertificate', '岗位资质证书', 'upload', 9, 'eq', b'0', b'0', '246', NULL, NULL, NULL, '2022-10-21 10:29:41', b'0', NULL, 30, NULL);
</sql>
</changeSet>
</databaseChangeLog> </databaseChangeLog>
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