浏览代码

修复部门复审错误

zmw 2 周之前
父节点
当前提交
5a58d157cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
             }
         }