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
431cf46a
Commit
431cf46a
authored
Jun 13, 2022
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
电子报聘审批通知6
parent
be4a466d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
yd-api/src/main/java/com/yd/dal/entity/agms/hiring/PractitionerHiringBasicInfo.java
+5
-0
yd-api/src/main/resources/mapper/agms/AgmsHiringMapper.xml
+2
-0
No files found.
yd-api/src/main/java/com/yd/dal/entity/agms/hiring/PractitionerHiringBasicInfo.java
View file @
431cf46a
...
...
@@ -69,6 +69,11 @@ public class PractitionerHiringBasicInfo {
private
String
wechatId
;
/**
* 从业人员微信二维码
*/
private
String
wechatQRcodeOssPath
;
/**
* email地址
*/
private
String
email
;
...
...
yd-api/src/main/resources/mapper/agms/AgmsHiringMapper.xml
View file @
431cf46a
...
...
@@ -14,6 +14,7 @@
<result
column=
"cityName"
jdbcType=
"VARCHAR"
property=
"cityName"
/>
<result
column=
"residentAddress"
jdbcType=
"VARCHAR"
property=
"residentAddress"
/>
<result
column=
"wechatId"
jdbcType=
"VARCHAR"
property=
"wechatId"
/>
<result
column=
"wechatQRcodeOssPath"
jdbcType=
"VARCHAR"
property=
"wechatQRcodeOssPath"
/>
<result
column=
"email"
jdbcType=
"VARCHAR"
property=
"email"
/>
<result
column=
"personerPictureOssPath"
jdbcType=
"VARCHAR"
property=
"personerPictureOssPath"
/>
<result
column=
"idFrontPageOssPath"
jdbcType=
"VARCHAR"
property=
"idFrontPageOssPath"
/>
...
...
@@ -41,6 +42,7 @@
b.city_name cityName,
b.resident_address residentAddress,
b.wechat_id wechatId,
b.wechat_QRcode_oss_path wechatQRcodeOssPath,
b.email email,
b.personer_picture_oss_path personerPictureOssPath,
b.id_front_page_oss_path idFrontPageOssPath,
...
...
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