Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b08c0e1f
authored
Nov 17, 2023
by
huangjinxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:甘特图返回工程师手机号
1 parent
e282a8a6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
project-order/src/main/java/com/dituhui/pea/order/dto/EngineersGanttDTO.java
project-order/src/main/java/com/dituhui/pea/order/service/impl/EngineerGanttServiceImpl.java
project-order/src/main/java/com/dituhui/pea/order/dto/EngineersGanttDTO.java
View file @
b08c0e1
...
@@ -51,6 +51,7 @@ public class EngineersGanttDTO {
...
@@ -51,6 +51,7 @@ public class EngineersGanttDTO {
* 工程师工号
* 工程师工号
*/
*/
private
String
engineerCode
;
private
String
engineerCode
;
private
String
engineerPhone
;
private
String
engineerName
;
private
String
engineerName
;
private
String
capTotal
;
private
String
capTotal
;
private
String
capUsed
;
private
String
capUsed
;
...
...
project-order/src/main/java/com/dituhui/pea/order/service/impl/EngineerGanttServiceImpl.java
View file @
b08c0e1
...
@@ -131,6 +131,7 @@ public class EngineerGanttServiceImpl implements EngineerGanttService {
...
@@ -131,6 +131,7 @@ public class EngineerGanttServiceImpl implements EngineerGanttService {
engineer
.
setEngineerCode
(
engineerCode
)
engineer
.
setEngineerCode
(
engineerCode
)
.
setHoliday
(
false
)
// todo
.
setHoliday
(
false
)
// todo
.
setEngineerName
(
engineerInfo
.
getName
())
.
setEngineerName
(
engineerInfo
.
getName
())
.
setEngineerPhone
(
engineerInfo
.
getPhone
())
.
setGrade
(
engineerInfo
.
getGrade
());
.
setGrade
(
engineerInfo
.
getGrade
());
EngineerBusinessEntity
engineerBusinessEntity
=
engineerBusinessDao
.
getByEngineerCode
(
engineerCode
);
EngineerBusinessEntity
engineerBusinessEntity
=
engineerBusinessDao
.
getByEngineerCode
(
engineerCode
);
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment