Explorar o código

Merge remote-tracking branch 'origin/hotfix/v1.5.27.7' into hotfix/v1.5.27.7

jianghan hai 5 meses
pai
achega
d02684ba4a
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      clueSync/jobutil.go
  2. 1 1
      clueSync/kc.go

+ 1 - 1
clueSync/jobutil.go

@@ -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,

+ 1 - 1
clueSync/kc.go

@@ -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 "%销售一部%"
 	AND a.position_id = b.position_id`)
 	userData3 := TiDb.SelectBySql(`SELECT
 	a.position_id,