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
92b9a366
Commit
92b9a366
authored
Jan 21, 2021
by
Water Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
optimize
parent
60a66b9b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
yd-api/src/main/java/com/yd/dal/entity/agms/hiring/PractitionerHiringBasicInfo.java
+3
-0
yd-api/src/main/resources/mapper/agms/AgmsHiringMapper.xml
+1
-1
yd-api/src/main/resources/mapper/customer/AclPractitionerMapper.xml
+2
-2
No files found.
yd-api/src/main/java/com/yd/dal/entity/agms/hiring/PractitionerHiringBasicInfo.java
View file @
92b9a366
package
com
.
yd
.
dal
.
entity
.
agms
.
hiring
;
package
com
.
yd
.
dal
.
entity
.
agms
.
hiring
;
import
lombok.Data
;
/**
/**
* @author xxy
* @author xxy
*/
*/
@Data
public
class
PractitionerHiringBasicInfo
{
public
class
PractitionerHiringBasicInfo
{
/**
/**
...
...
yd-api/src/main/resources/mapper/agms/AgmsHiringMapper.xml
View file @
92b9a366
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<result
column=
"bankAccountId"
jdbcType=
"VARCHAR"
property=
"bankAccountId"
/>
<result
column=
"bankAccountId"
jdbcType=
"VARCHAR"
property=
"bankAccountId"
/>
<result
column=
"personalSignOssPath"
jdbcType=
"VARCHAR"
property=
"personalSignOssPath"
/>
<result
column=
"personalSignOssPath"
jdbcType=
"VARCHAR"
property=
"personalSignOssPath"
/>
<result
column=
"payroll_oss_path"
jdbcType=
"VARCHAR"
property=
"payrollOssPath"
/>
<result
column=
"payroll_oss_path"
jdbcType=
"VARCHAR"
property=
"payrollOssPath"
/>
<result
column=
"approve
S
tatus"
jdbcType=
"VARCHAR"
property=
"approveStatus"
/>
<result
column=
"approve
_s
tatus"
jdbcType=
"VARCHAR"
property=
"approveStatus"
/>
</resultMap>
</resultMap>
<select
id=
"findPractitionerHiringBasicInfo"
resultMap=
"practitionerHiringBasicInfo"
>
<select
id=
"findPractitionerHiringBasicInfo"
resultMap=
"practitionerHiringBasicInfo"
>
select p.name inviteePractitionerName,
select p.name inviteePractitionerName,
...
...
yd-api/src/main/resources/mapper/customer/AclPractitionerMapper.xml
View file @
92b9a366
...
@@ -77,8 +77,8 @@
...
@@ -77,8 +77,8 @@
)
)
values (#{insurerId,jdbcType=BIGINT}, #{insurerBranchId,jdbcType=BIGINT}, #{deptId,jdbcType=BIGINT},
values (#{insurerId,jdbcType=BIGINT}, #{insurerBranchId,jdbcType=BIGINT}, #{deptId,jdbcType=BIGINT},
#{subordinateSystemId,jdbcType=BIGINT}, #{practitionerCode,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR},
#{subordinateSystemId,jdbcType=BIGINT}, #{practitionerCode,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR},
#{mobileNo,jdbcType=VARCHAR
}, #{idTypeId,jdbcType=BIGINT}, #{idType,jdbcType=VARCHAR},
#{mobileNo,jdbcType=VARCHAR
,typeHandler=com.yd.util.deshandler.DESTypeHandler}, #{idTypeId,jdbcType=BIGINT}, #{idType,jdbcType=VARCHAR},
#{idNo,jdbcType=VARCHAR
}, #{practitionerBirthdate,jdbcType=DATE}, #{practitionerRegNo,jdbcType=VARCHAR},
#{idNo,jdbcType=VARCHAR
,typeHandler=com.yd.util.deshandler.DESTypeHandler}, #{practitionerBirthdate,jdbcType=DATE}, #{practitionerRegNo,jdbcType=VARCHAR},
#{practitionerRegCompany,jdbcType=VARCHAR}, #{effectiveStartDate,jdbcType=DATE},
#{practitionerRegCompany,jdbcType=VARCHAR}, #{effectiveStartDate,jdbcType=DATE},
#{effectiveEndDate,jdbcType=DATE}, #{remark,jdbcType=VARCHAR}, #{customerId,jdbcType=BIGINT},
#{effectiveEndDate,jdbcType=DATE}, #{remark,jdbcType=VARCHAR}, #{customerId,jdbcType=BIGINT},
#{employeeNo,jdbcType=VARCHAR}, #{isActive,jdbcType=INTEGER}, #{createdAt,jdbcType=TIMESTAMP},
#{employeeNo,jdbcType=VARCHAR}, #{isActive,jdbcType=INTEGER}, #{createdAt,jdbcType=TIMESTAMP},
...
...
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