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
9b832009
Commit
9b832009
authored
Jan 17, 2023
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.4
parent
293fa870
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
2 deletions
+15
-2
BusinessEmployeeExtendListVO.java
...lus/v1/yifu/archives/vo/BusinessEmployeeExtendListVO.java
+8
-2
EmployeeBusinessVo.java
...fu/cloud/plus/v1/yifu/archives/vo/EmployeeBusinessVo.java
+5
-0
TEmployeeProjectServiceImpl.java
...fu/archives/service/impl/TEmployeeProjectServiceImpl.java
+1
-0
TEmployeeProjectMapper.xml
...-biz/src/main/resources/mapper/TEmployeeProjectMapper.xml
+1
-0
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/BusinessEmployeeExtendListVO.java
View file @
9b832009
...
...
@@ -20,12 +20,18 @@ import java.time.LocalDateTime;
@ToString
public
class
BusinessEmployeeExtendListVO
implements
Serializable
{
/**
* 人员表主键
*
项目
人员表主键
*/
@Schema
(
description
=
"人员表主键"
,
name
=
"id"
)
@Schema
(
description
=
"
项目
人员表主键"
,
name
=
"id"
)
private
String
id
;
/**
* 人员表主键
*/
@Schema
(
description
=
"人员表主键"
,
name
=
"empId"
)
private
String
empId
;
/**
* 人员拓展表主键
*/
@Schema
(
description
=
"人员拓展表主键"
,
name
=
"extendId"
)
...
...
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/EmployeeBusinessVo.java
View file @
9b832009
...
...
@@ -31,6 +31,11 @@ public class EmployeeBusinessVo {
@ExcelAttribute
(
name
=
"主键"
,
maxLength
=
32
)
@Schema
(
description
=
"主键"
,
name
=
"id"
)
private
String
id
;
/**
* 人员表主键
*/
@Schema
(
description
=
"人员表主键"
,
name
=
"empId"
)
private
String
empId
;
/**
* 姓名
*/
...
...
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmployeeProjectServiceImpl.java
View file @
9b832009
...
...
@@ -1622,6 +1622,7 @@ public class TEmployeeProjectServiceImpl extends ServiceImpl<TEmployeeProjectMap
private
void
initEmpBusinessInfo
(
TEmployeeProject
employeeInfo
,
TEmployeeInfo
employee
,
EmployeeBusinessVo
businessVo
,
TBusinessEmployeeExtendInfo
tBusinessEmployeeExtendInfo
)
{
businessVo
.
setEmpId
(
employeeInfo
.
getEmpId
());
businessVo
.
setSettleDomain
(
employeeInfo
.
getDeptId
());
businessVo
.
setBelongUnit
(
employeeInfo
.
getUnitId
());
if
(
employee
!=
null
)
{
...
...
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TEmployeeProjectMapper.xml
View file @
9b832009
...
...
@@ -879,6 +879,7 @@
<select
id=
"getTEmployeeBusinessPage"
resultMap=
"businessEmployeeExtendListVO"
>
SELECT
a.ID,
a.EMP_ID as empId,
b.ID as extendId,
a.EMP_NAME,
a.EMP_IDCARD,
...
...
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