From ca47adb504af45e7284d3847530a8f404ece2e09 Mon Sep 17 00:00:00 2001 From: bonus <1203338439@qq.com> Date: Wed, 15 Oct 2025 01:32:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B6=85=E6=9C=9F=E6=97=A5?= =?UTF-8?q?=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../clz/controller/ClzSltAgreementInfoController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bonus-modules/bonus-material/src/main/java/com/bonus/material/clz/controller/ClzSltAgreementInfoController.java b/bonus-modules/bonus-material/src/main/java/com/bonus/material/clz/controller/ClzSltAgreementInfoController.java index 48ce6668..cdc3ed70 100644 --- a/bonus-modules/bonus-material/src/main/java/com/bonus/material/clz/controller/ClzSltAgreementInfoController.java +++ b/bonus-modules/bonus-material/src/main/java/com/bonus/material/clz/controller/ClzSltAgreementInfoController.java @@ -241,7 +241,7 @@ public class ClzSltAgreementInfoController extends BaseController { } // 计算超期天数 long overdueDays = calculateOverdueDays(materialReturnTime, exitTime); - if(overdueDays < 8 ){ + if(overdueDays < 7 ){ bean.setOverDay(0L); }else{ bean.setOverDay(overdueDays-7); @@ -485,7 +485,7 @@ public class ClzSltAgreementInfoController extends BaseController { } // 计算超期天数 long overdueDays = calculateOverdueDays(materialReturnTime, exitTime); - if(overdueDays < 8 ){ + if(overdueDays < 7 ){ bean.setOverDay(0L); }else{ bean.setOverDay(overdueDays-7);