|
@@ -2,7 +2,7 @@ SELECT distinct
|
|
|
t1.sa_saleareaid,
|
|
|
t1.areaname
|
|
|
FROM sa_salearea t1
|
|
|
-WHERE t1.siteid = $siteid$ and ifnull(t1.sa_saleareaid,0)!=0 and t1.areaname not in('销售部','来斯奥')
|
|
|
+WHERE t1.siteid = $siteid$ and ifnull(t1.sa_saleareaid,0)!=0 and t1.areaname not in('销售部','来斯奥') and t1.parentid!=0
|
|
|
AND $where$
|
|
|
AND t1.sa_saleareaid $isIn$
|
|
|
(SELECT sa_saleareaid FROM sa_salestargethr WHERE sa_salestargetbillid = $sa_salestargetbillid$ AND siteid = $siteid$)
|