@@ -1263,7 +1263,8 @@
SELECT sp.serviceProviderID FROM serviceprovider sp
WHERE sp.organizeID = 0
and sp.status=90
- and sp.serviceProviderID != 1342 and linkMan not LIKE '%测试%'
+ and sp.serviceProviderID NOT IN ( 1342 , 1353 , 1369)
+ and linkMan not LIKE '%测试%'
ORDER BY RAND()
LIMIT 0,1;
</select>