Commit 1725018e authored by hongguangwu's avatar hongguangwu

MVP1.7.8-状态

parent a199dd3f
......@@ -301,9 +301,9 @@
select
a.id,
a.emp_natrue emp_nature,
e.file_province,
e.file_city,
e.file_town
e.file_province province_code,
e.file_city city_code,
e.file_town town_code
from t_employee_project a
left join t_employee_info e on e.id = a.EMP_ID
where a.DELETE_FLAG = '0' and a.PROJECT_STATUS = 0 and a.emp_idcard = #{empIdCard} and a.dept_id = #{deptId}
......
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