update
This commit is contained in:
@@ -291,8 +291,8 @@ class Crawler extends BaseController
|
||||
foreach ($treeData as $item) {
|
||||
if (isset($item['CODE']) && !empty($item['CODE'])) {
|
||||
$code = $item['CODE'];
|
||||
// 跳过1520开头的职位代码
|
||||
if (strpos($code, '1520') === 0) {
|
||||
// 跳过152开头的职位代码
|
||||
if (strpos($code, '152') === 0) {
|
||||
continue;
|
||||
}
|
||||
$zwdmList[] = $code;
|
||||
|
||||
Reference in New Issue
Block a user