|
@@ -370,7 +370,7 @@ func FindPosition(positionId int64, trailstatus, creatorTime string) (bool, map[
|
|
FROM
|
|
FROM
|
|
dwd_d_crm_department_level_succbi a
|
|
dwd_d_crm_department_level_succbi a
|
|
INNER JOIN dwd_f_crm_personnel_management b ON a.resign = 0 and b.resign = 0
|
|
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`)
|
|
AND a.position_id = b.position_id`)
|
|
userData3 := TiDb.SelectBySql(`SELECT
|
|
userData3 := TiDb.SelectBySql(`SELECT
|
|
a.position_id,
|
|
a.position_id,
|