@@ -370,7 +370,7 @@ func FindPosition(positionId int64, trailstatus, creatorTime string) (bool, map[
FROM
dwd_d_crm_department_level_succbi a
INNER JOIN dwd_f_crm_personnel_management b ON a.resign = 0 and b.resign = 0
- AND a.dept_name LIKE "%电销部%"
+ AND a.dept_name LIKE "销售一部%"
AND a.position_id = b.position_id`)
userData3 := TiDb.SelectBySql(`SELECT
a.position_id,
@@ -1052,7 +1052,7 @@ FROM
FROM dwd_f_crm_personnel_management u2
WHERE u1.position_id = u2.position_id
)
- ORDER BY id desc) b ON a.dept_name LIKE "%电销部%"
+ ORDER BY id desc) b ON a.dept_name LIKE "%销售一部%"