From 8df7d080f1af7e72c205776e02e3db8e5c005f97 Mon Sep 17 00:00:00 2001 From: yf001217 <834502597@qq.com> Date: Mon, 15 Jun 2026 21:47:11 +0800 Subject: [PATCH] =?UTF-8?q?pdi=E5=B7=A5=E5=8D=95=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/nflg/wms/common/pojo/vo/QmsPdiTaskRecordPageVO.java | 5 +++++ .../src/main/resources/mapper/QmsPdiTaskRecordMapper.xml | 1 + 2 files changed, 6 insertions(+) diff --git a/nflg-wms-common/src/main/java/com/nflg/wms/common/pojo/vo/QmsPdiTaskRecordPageVO.java b/nflg-wms-common/src/main/java/com/nflg/wms/common/pojo/vo/QmsPdiTaskRecordPageVO.java index 0a28d22b..f74ddb64 100644 --- a/nflg-wms-common/src/main/java/com/nflg/wms/common/pojo/vo/QmsPdiTaskRecordPageVO.java +++ b/nflg-wms-common/src/main/java/com/nflg/wms/common/pojo/vo/QmsPdiTaskRecordPageVO.java @@ -82,6 +82,11 @@ public class QmsPdiTaskRecordPageVO { */ private LocalDateTime startDetectionTime; + /** + * 质检时间 + */ + private LocalDateTime inspectionTime; + /** * 送检时间 */ diff --git a/nflg-wms-repository/src/main/resources/mapper/QmsPdiTaskRecordMapper.xml b/nflg-wms-repository/src/main/resources/mapper/QmsPdiTaskRecordMapper.xml index 09710371..8892a622 100644 --- a/nflg-wms-repository/src/main/resources/mapper/QmsPdiTaskRecordMapper.xml +++ b/nflg-wms-repository/src/main/resources/mapper/QmsPdiTaskRecordMapper.xml @@ -23,6 +23,7 @@ ELSE COALESCE(ua.user_name, ui.user_name) END AS currentHandlerName, t.start_detection_time AS startDetectionTime, + t.start_detection_time AS inspectionTime, t.submission_time AS submissionTime, t.required_completion_time AS requiredCompletionTime, t.detection_completion_time AS detectionCompletionTime,