Browse Source

修复部门复审错误

zmw 2 weeks ago
parent
commit
5a58d157cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/TalentTypeChange.php

+ 1 - 1
app/admin/controller/TalentTypeChange.php

@@ -175,7 +175,7 @@ class TalentTypeChange extends AdminController {
                 foreach ($otherDeptState as &$ds) {
                     $companyInfo = getCacheById("Company", $ds["companyId"]);
                     $ds["companyName"] = $companyInfo["name"];
-                }unset($otherDeptState);
+                }
                 $list[$key]["otherDeptState"] = $otherDeptState;
             }
         }