Kaynağa Gözat

修复部门复审错误

zmw 3 hafta önce
ebeveyn
işleme
5a58d157cb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;
             }
         }