From 361424d12c7b7eed1688339fd05b7fce070f4d9f Mon Sep 17 00:00:00 2001 From: guo Date: Tue, 24 Oct 2023 14:00:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../quality/mapper/xml/QualityInspectionRecordMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/zhgd/xmgl/modules/quality/mapper/xml/QualityInspectionRecordMapper.xml b/src/main/java/com/zhgd/xmgl/modules/quality/mapper/xml/QualityInspectionRecordMapper.xml index 3382c97de..b0fe4efc3 100644 --- a/src/main/java/com/zhgd/xmgl/modules/quality/mapper/xml/QualityInspectionRecordMapper.xml +++ b/src/main/java/com/zhgd/xmgl/modules/quality/mapper/xml/QualityInspectionRecordMapper.xml @@ -47,7 +47,7 @@ WHERE FIND_IN_SET(system_user.user_id, a.notify_person)) notify_person_name, subsection.subdivision_project_name subsectionName, subentry.subdivision_project_name subentryName, - if(a.change_limit_time current_date, 1, 0) overTime + if(a.change_limit_time now(), 1, 0) overTime from quality_inspection_record a LEFT JOIN enterprise_info b ON a.enterprise_sn = b.enterprise_sn LEFT JOIN danger_type_record c ON a.danger_type_id = c.id