Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AutogeneralShanghai
yd-backend
Commits
88049369
Commit
88049369
authored
Feb 22, 2023
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
电子报聘-人员基本信息增加字段,政治面貌
parent
bc81a778
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
yd-api/src/main/java/com/yd/api/agms/service/impl/AgmsHiringServiceImpl.java
+1
-0
yd-api/src/main/java/com/yd/dal/entity/customer/AclPractitioner.java
+5
-0
yd-api/src/main/resources/mapper/customer/AclPractitionerMapper.xml
+2
-2
No files found.
yd-api/src/main/java/com/yd/api/agms/service/impl/AgmsHiringServiceImpl.java
View file @
88049369
...
@@ -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
{
...
...
yd-api/src/main/java/com/yd/dal/entity/customer/AclPractitioner.java
View file @
88049369
...
@@ -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
;
...
...
yd-api/src/main/resources/mapper/customer/AclPractitionerMapper.xml
View file @
88049369
...
@@ -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}
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment