Commit c029bfdb by 刘鑫

Merge branch 'develop' of https://gitlab.dituhui.com/bsh/project/project into develop

2 parents 9dedfff7 b08c0e1f
......@@ -51,6 +51,7 @@ public class EngineersGanttDTO {
* 工程师工号
*/
private String engineerCode;
private String engineerPhone;
private String engineerName;
private String capTotal;
private String capUsed;
......
......@@ -131,6 +131,7 @@ public class EngineerGanttServiceImpl implements EngineerGanttService {
engineer.setEngineerCode(engineerCode)
.setHoliday(false) // todo
.setEngineerName(engineerInfo.getName())
.setEngineerPhone(engineerInfo.getPhone())
.setGrade(engineerInfo.getGrade());
EngineerBusinessEntity engineerBusinessEntity = engineerBusinessDao.getByEngineerCode(engineerCode);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!