Explorar o código

修复部门复审错误

zmw hai 4 meses
pai
achega
5a58d157cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
             }
         }