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;
                     $upd_checklog["mainId"] = $id;
                     Db::table("new_talent_checklog")->where($whr)->save($upd_checklog);
                     Db::table("new_talent_checklog")->where($whr)->save($upd_checklog);
                 }
                 }
-                TalentLogApi::write(1, $data["id"], $checkState, "确认提交审核", 1);
+                TalentLogApi::write(1, $id, $checkState, "确认提交审核", 1);
             } else {
             } else {
                 throw new ValidateException($error_msg);
                 throw new ValidateException($error_msg);
             }
             }