sugangqiang 2 년 전
부모
커밋
ffaeb56fab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/enterprise/controller/Talent.php

+ 1 - 1
app/enterprise/controller/Talent.php

@@ -777,7 +777,7 @@ class Talent extends EnterpriseController {
                     $upd_checklog["mainId"] = $id;
                     Db::table("new_talent_checklog")->where($whr)->save($upd_checklog);
                 }
-                TalentLogApi::write(1, $data["id"], $checkState, "确认提交审核", 1);
+                TalentLogApi::write(1, $id, $checkState, "确认提交审核", 1);
             } else {
                 throw new ValidateException($error_msg);
             }