Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
9c373e0c
Commit
9c373e0c
authored
Dec 17, 2025
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huych-入离职登记调整
parent
9acf4fc6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
EmployeeRegistration.java
...m/yifu/cloud/plus/v1/csp/entity/EmployeeRegistration.java
+3
-1
EmployeeRegistrationMapper.xml
.../src/main/resources/mapper/EmployeeRegistrationMapper.xml
+3
-1
No files found.
yifu-csp/yifu-csp-api/src/main/java/com/yifu/cloud/plus/v1/csp/entity/EmployeeRegistration.java
View file @
9c373e0c
...
...
@@ -124,6 +124,8 @@ public class EmployeeRegistration extends BaseEntity {
@TableField
(
exist
=
false
)
private
List
<
TCspAttaInfo
>
attaInfoList
;
@TableField
(
exist
=
false
)
@Schema
(
description
=
"离职处理状态:0待确认1待处理2处理中3已处理"
)
private
String
leaveStatus
;
}
yifu-csp/yifu-csp-biz/src/main/resources/mapper/EmployeeRegistrationMapper.xml
View file @
9c373e0c
...
...
@@ -33,6 +33,7 @@
<result
property=
"dataSource"
column=
"data_source"
/>
<result
property=
"customerUsernameNew"
column=
"customer_username_new"
/>
<result
property=
"customerUserLoginNameNew"
column=
"customer_user_login_name_new"
/>
<result
property=
"leaveStatus"
column=
"leave_status"
/>
</resultMap>
<resultMap
id=
"employeeRegistrationExportMap"
type=
"com.yifu.cloud.plus.v1.csp.vo.EmployeeRegistrationExportVo"
>
...
...
@@ -236,8 +237,9 @@
<!--employeeRegistration简单分页查询-->
<select
id=
"getEmployeeRegistrationPage"
resultMap=
"employeeRegistrationMap"
>
SELECT
<include
refid=
"Base_Column_List"
/>
<include
refid=
"Base_Column_List"
/>
,b.leave_status
FROM employee_registration a
left join employee_registration_leave b on a.id = b.id
<where>
1=1
<include
refid=
"employeeRegistration_where"
/>
...
...
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