Commit 88049369 by jianan

电子报聘-人员基本信息增加字段,政治面貌

parent bc81a778
...@@ -767,6 +767,7 @@ public class AgmsHiringServiceImpl implements AgmsHiringService { ...@@ -767,6 +767,7 @@ public class AgmsHiringServiceImpl implements AgmsHiringService {
practitioner.setProvinceName(basicInfo.getProvinceName()); practitioner.setProvinceName(basicInfo.getProvinceName());
practitioner.setCityId(basicInfo.getCityId()); practitioner.setCityId(basicInfo.getCityId());
practitioner.setCityName(basicInfo.getCityName()); practitioner.setCityName(basicInfo.getCityName());
practitioner.setPoliticalOutlook(basicInfo.getPoliticalOutlook());
if (StringUtils.isNotBlank(basicInfo.getResidentAddress())) { if (StringUtils.isNotBlank(basicInfo.getResidentAddress())) {
practitioner.setDetailAddress(basicInfo.getResidentAddress()); practitioner.setDetailAddress(basicInfo.getResidentAddress());
} else { } else {
......
...@@ -153,6 +153,11 @@ public class AclPractitioner { ...@@ -153,6 +153,11 @@ public class AclPractitioner {
private String cityName; private String cityName;
/** /**
* 政治面貌
*/
private String politicalOutlook;
/**
* 从业人员证照/荣誉列 FK ag_md_certificate.id * 从业人员证照/荣誉列 FK ag_md_certificate.id
*/ */
private String certList; private String certList;
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
is_profile_show, is_name_show, is_mobile_show, is_profile_show, is_name_show, is_mobile_show,
education_level, graduated_university, mentor_id, in_mentor_id, education_level, graduated_university, mentor_id, in_mentor_id,
introducer_id, gender, contract_oss_path, introducer_id, gender, contract_oss_path,
hiring_basic_info_id, can_login_dyd, can_see_salary_list, hiring_basic_info_id, can_login_dyd, can_see_salary_list,political_outlook,
detail_address,account_bank,bank_card_no,email,s1_id,s2_id,s3_id detail_address,account_bank,bank_card_no,email,s1_id,s2_id,s3_id
) )
values (#{insurerId,jdbcType=BIGINT}, #{insurerBranchId,jdbcType=BIGINT}, #{deptId,jdbcType=BIGINT}, values (#{insurerId,jdbcType=BIGINT}, #{insurerBranchId,jdbcType=BIGINT}, #{deptId,jdbcType=BIGINT},
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
#{isProfileShow,jdbcType=INTEGER}, #{isNameShow,jdbcType=INTEGER}, #{isMobileShow,jdbcType=INTEGER}, #{isProfileShow,jdbcType=INTEGER}, #{isNameShow,jdbcType=INTEGER}, #{isMobileShow,jdbcType=INTEGER},
#{educationLevel,jdbcType=VARCHAR}, #{graduatedUniversity,jdbcType=VARCHAR}, #{mentorId,jdbcType=BIGINT}, #{inMentorId,jdbcType=BIGINT}, #{educationLevel,jdbcType=VARCHAR}, #{graduatedUniversity,jdbcType=VARCHAR}, #{mentorId,jdbcType=BIGINT}, #{inMentorId,jdbcType=BIGINT},
#{introducerId,jdbcType=BIGINT}, #{gender,jdbcType=INTEGER}, #{contractOssPath,jdbcType=VARCHAR}, #{introducerId,jdbcType=BIGINT}, #{gender,jdbcType=INTEGER}, #{contractOssPath,jdbcType=VARCHAR},
#{hiringBasicInfoId,jdbcType=BIGINT}, #{canLoginDyd,jdbcType=BIGINT}, #{canSeeSalaryList,jdbcType=BIGINT}, #{hiringBasicInfoId,jdbcType=BIGINT}, #{canLoginDyd,jdbcType=BIGINT}, #{canSeeSalaryList,jdbcType=BIGINT},#{politicalOutlook,jdbcType=VARCHAR},
#{detailAddress},#{accountBank,jdbcType=VARCHAR}, #{bankCardNo,jdbcType=VARCHAR}, #{email,jdbcType=VARCHAR}, #{detailAddress},#{accountBank,jdbcType=VARCHAR}, #{bankCardNo,jdbcType=VARCHAR}, #{email,jdbcType=VARCHAR},
#{s1Id,jdbcType=BIGINT},#{s2Id,jdbcType=BIGINT},#{s3Id,jdbcType=BIGINT} #{s1Id,jdbcType=BIGINT},#{s2Id,jdbcType=BIGINT},#{s3Id,jdbcType=BIGINT}
) )
......
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