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
45c1eec3
Commit
45c1eec3
authored
Oct 16, 2024
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.0 导入
parent
2521bbf9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
TCompleteMonitorInfoVo.java
...loud/plus/v1/yifu/archives/vo/TCompleteMonitorInfoVo.java
+3
-0
TCompleteMonitorMapper.xml
...-biz/src/main/resources/mapper/TCompleteMonitorMapper.xml
+2
-1
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/TCompleteMonitorInfoVo.java
View file @
45c1eec3
...
@@ -34,6 +34,9 @@ public class TCompleteMonitorInfoVo implements Serializable {
...
@@ -34,6 +34,9 @@ public class TCompleteMonitorInfoVo implements Serializable {
@Schema
(
description
=
"人员档案id"
)
@Schema
(
description
=
"人员档案id"
)
private
String
empInfoId
;
private
String
empInfoId
;
@Schema
(
description
=
"人员项目档案id"
)
private
String
empProjectId
;
@Schema
(
description
=
"项目编码"
)
@Schema
(
description
=
"项目编码"
)
private
String
deptNo
;
private
String
deptNo
;
...
...
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TCompleteMonitorMapper.xml
View file @
45c1eec3
...
@@ -146,7 +146,8 @@
...
@@ -146,7 +146,8 @@
b.EMP_PHONE phone,
b.EMP_PHONE phone,
a.CREATE_TIME inTime,
a.CREATE_TIME inTime,
if(a.IS_COMPLETE = '0','是','否') isComplete,
if(a.IS_COMPLETE = '0','是','否') isComplete,
a.EMP_ID empInfoId
a.EMP_ID empInfoId,
a.ID empProjectId
from
from
t_employee_project a
t_employee_project a
left join t_employee_info b on a.EMP_ID = b.id
left join t_employee_info b on a.EMP_ID = b.id
...
...
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