Commit 45c1eec3 authored by hongguangwu's avatar hongguangwu

MVP1.7.0 导入

parent 2521bbf9
......@@ -34,6 +34,9 @@ public class TCompleteMonitorInfoVo implements Serializable {
@Schema(description = "人员档案id")
private String empInfoId;
@Schema(description = "人员项目档案id")
private String empProjectId;
@Schema(description = "项目编码")
private String deptNo;
......
......@@ -146,7 +146,8 @@
b.EMP_PHONE phone,
a.CREATE_TIME inTime,
if(a.IS_COMPLETE = '0','是','否') isComplete,
a.EMP_ID empInfoId
a.EMP_ID empInfoId,
a.ID empProjectId
from
t_employee_project a
left join t_employee_info b on a.EMP_ID = b.id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment