forked from luyan/epmet-cloud-lingshan
5 changed files with 90 additions and 2 deletions
@ -0,0 +1,56 @@ |
|||||
|
alter table ic_form_item_group add COLUMN GROUP_CODE VARCHAR(32) DEFAULT '' COMMENT '组编码,唯一标识' after CHILD_SHOW_FLAG; |
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='jcxx' |
||||
|
where g.LABEL='基础信息'; |
||||
|
|
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='jyxx' |
||||
|
where g.LABEL='教育信息'; |
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='xqah' |
||||
|
where g.LABEL='兴趣爱好'; |
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='zjxy' |
||||
|
where g.LABEL='宗教信仰'; |
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='jkxx' |
||||
|
where g.LABEL='健康信息'; |
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='gzxx' |
||||
|
where g.LABEL='工作信息'; |
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='jjzk' |
||||
|
where g.LABEL='经济状况'; |
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='jzxx' |
||||
|
where g.LABEL='居住信息'; |
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='jtxx' |
||||
|
where g.LABEL='家庭信息'; |
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='dyxx' |
||||
|
where g.LABEL='党员信息'; |
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='bzfxx' |
||||
|
where g.LABEL='保障房信息'; |
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='syxx' |
||||
|
where g.LABEL='失业信息'; |
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='tyjrxx' |
||||
|
where g.LABEL='退役军人信息'; |
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='zyzxx' |
||||
|
where g.LABEL='志愿者信息'; |
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='tsrqxx' |
||||
|
where g.LABEL='特殊人群信息'; |
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='tzry' |
||||
|
where g.LABEL='统战人员'; |
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='lnrxx' |
||||
|
where g.LABEL='老年人信息'; |
||||
|
|
||||
|
update ic_form_item_group g set g.GROUP_CODE='resi_demand' |
||||
|
where g.LABEL='居民需求信息'; |
Loading…
Reference in new issue