From 8624607a2b66509cefa675f3b6588966e6ae09b0 Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Fri, 30 May 2025 14:40:01 +0800
Subject: [PATCH] 提交
---
app/controller/resume/show.class.php | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/app/controller/resume/show.class.php b/app/controller/resume/show.class.php
index 17d9a2b..0ea427d 100644
--- a/app/controller/resume/show.class.php
+++ b/app/controller/resume/show.class.php
@@ -100,9 +100,7 @@
}
$this->yunset("eid", $id);
-
$resume_expect = $resumeM->getInfoByEid(array('eid' => $id, 'uid' => $this->uid, 'usertype' => $this->usertype, 'spid' => $this->spid));
-
if (empty($resume_expect)) {
$this->ACT_msg($this->config['sy_weburl'], '没有找到该人才!');
--
Gitblit v1.9.0