diff --git a/src/com/engine/organization/mapper/staff/StaffMapper.xml b/src/com/engine/organization/mapper/staff/StaffMapper.xml
index c7e96731..41fb3eb3 100644
--- a/src/com/engine/organization/mapper/staff/StaffMapper.xml
+++ b/src/com/engine/organization/mapper/staff/StaffMapper.xml
@@ -340,24 +340,14 @@
select sum(a.staff_num) as staff_num from jcl_org_staff a
inner join jcl_org_staffplan b on a.plan_id = b.id
WHERE a.delete_type = 0 and b.control_dimension = #{ftype}
-
-<<<<<<< HEAD
- and a.comp_id = #{compId}
-
-
- and a.dept_id = #{deptId}
-
-
- and a.job_id = #{jobId}
-=======
- and t.comp_id = #{compId}
-
-
- and t.dept_id = #{deptId}
-
-
- and t.job_id = #{jobId}
->>>>>>> 162e591 (分部转移、部门转移、岗位合并修复1021)
-
+
+ and a.comp_id = #{compId}
+
+
+ and a.dept_id = #{deptId}
+
+
+ and a.job_id = #{jobId}
+
\ No newline at end of file