From 1967ffe95e9770e1f97abfee0ef72ea2983ecb64 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期四, 12 三月 2026 16:48:14 +0800
Subject: [PATCH] 1

---
 zy-acs-cv/src/main/resources/mapper/JobMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zy-acs-cv/src/main/resources/mapper/JobMapper.xml b/zy-acs-cv/src/main/resources/mapper/JobMapper.xml
index 79235ed..4ba70b7 100644
--- a/zy-acs-cv/src/main/resources/mapper/JobMapper.xml
+++ b/zy-acs-cv/src/main/resources/mapper/JobMapper.xml
@@ -76,7 +76,7 @@
         select *
         from cv_job
         where job_sts = #{jobSts}
-          and DATEDIFF(NOW(), #{day}) > 1
+          and DATEDIFF(NOW(), create_time) > #{day}
     </select>
 
 
@@ -84,6 +84,6 @@
         select *
         from cv_job
         where job_sts = #{jobSts}
-          and DATEDIFF(NOW(), #{day}) > 1
+          and DATEDIFF(NOW(),create_time ) > #{day}
     </select>
 </mapper>

--
Gitblit v1.9.1