From 835951395f01aba7ab567d3a6c7b5450b4e54a1b Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 26 六月 2024 16:14:05 +0800
Subject: [PATCH] bug

---
 inspect-server/src/main/resources/mapper/InsOrderMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/inspect-server/src/main/resources/mapper/InsOrderMapper.xml b/inspect-server/src/main/resources/mapper/InsOrderMapper.xml
index ab1e206..59724f5 100644
--- a/inspect-server/src/main/resources/mapper/InsOrderMapper.xml
+++ b/inspect-server/src/main/resources/mapper/InsOrderMapper.xml
@@ -169,8 +169,8 @@
         </if>
     </select>
     <select id="selectDeviceList" resultType="java.util.Map">
-        select device_name,specification_model,management_number,DATE_ADD(date_format(last_calibration_date,
-        '%Y-%m-%d'),INTERVAL calibration_date month) latest_traceability
+        select device_name,specification_model,management_number,<!--DATE_ADD(date_format(last_calibration_date,
+        '%Y-%m-%d'),INTERVAL calibration_date month)-->  next_calibration_date latest_traceability
         from device
         where device.management_number in
         <foreach collection="names" index="index" open="(" separator="," close=")" item="val">

--
Gitblit v1.9.3