From 9ada784a171c9d9692483ba90c6783d0b01ff362 Mon Sep 17 00:00:00 2001 From: 18980591175 <470162950@qq.com> Date: Mon, 1 Jun 2026 14:38:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A9=BE=E9=A9=B6=E8=AF=81=EF=BC=8C=E8=A1=8C?= =?UTF-8?q?=E9=A9=B6=E8=AF=81=EF=BC=8C=E4=BB=8E=E4=B8=9A=E8=B5=84=E6=A0=BC?= =?UTF-8?q?=E8=AF=81=20=E6=94=B9=E4=B8=BA=E5=88=B0=E6=9C=9F=E5=89=8D30?= =?UTF-8?q?=E5=A4=A9=E6=8F=90=E9=86=92=E5=B9=B6=E5=8F=91=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E5=88=B0=E7=AE=A1=E7=90=86=E5=91=98=E8=B4=A6=E5=8F=B7=EF=BC=8C?= =?UTF-8?q?=E5=8D=95=E4=B8=AA=E9=A9=BE=E9=A9=B6=E5=91=98=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E4=B9=9F=E8=A6=81=E6=94=B6=E5=88=B0=E8=87=AA=E5=B7=B1=E8=AF=81?= =?UTF-8?q?=E4=BB=B6=E5=88=B0=E6=9C=9F=E7=9A=84=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/workbench/service/impl/WorkbenchServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/hotwj/platform/workbench/service/impl/WorkbenchServiceImpl.java b/src/main/java/com/hotwj/platform/workbench/service/impl/WorkbenchServiceImpl.java index 7f77b02..8656bf5 100644 --- a/src/main/java/com/hotwj/platform/workbench/service/impl/WorkbenchServiceImpl.java +++ b/src/main/java/com/hotwj/platform/workbench/service/impl/WorkbenchServiceImpl.java @@ -1084,13 +1084,13 @@ public class WorkbenchServiceImpl implements IWorkbenchService { // } else { boolean isLongTerm = d.getDriverLicenseLongTerm() != null && d.getDriverLicenseLongTerm() == 1L; if (!isLongTerm && isDriver) { - checkDateRisk(dlRisks, convertDateToLocalDate(d.getDriverLicenseExpireDate()), "驾驶证: (" + name + ")", "驾驶证", "driver_license", 90, 1, driverId, null, linkBase + "1"); + checkDateRisk(dlRisks, convertDateToLocalDate(d.getDriverLicenseExpireDate()), "驾驶证: (" + name + ")", "驾驶证", "driver_license", 30, 1, driverId, null, linkBase + "1"); } // } // 4. 从业资格证 if (d.getQualificationValidEndDate() != null) { - checkDateRisk(qualRisks, convertDateToLocalDate(d.getQualificationValidEndDate()), "从业资格证: (" + name + ")", "从业资格证", "qualification_certificate", 90, 1, driverId, null, linkBase + "1"); + checkDateRisk(qualRisks, convertDateToLocalDate(d.getQualificationValidEndDate()), "从业资格证: (" + name + ")", "从业资格证", "qualification_certificate", 30, 1, driverId, null, linkBase + "1"); } else { // 如果不是驾驶员(如押运员)且缺失,则预警 if (!isDriver) {