Merge remote-tracking branch '惠信/qms/develop' into qms/develop

This commit is contained in:
曹鹏飞 2026-06-15 22:48:55 +08:00
commit 52cb2fd57b
2 changed files with 6 additions and 0 deletions

View File

@ -82,6 +82,11 @@ public class QmsPdiTaskRecordPageVO {
*/
private LocalDateTime startDetectionTime;
/**
* 质检时间
*/
private LocalDateTime inspectionTime;
/**
* 送检时间
*/

View File

@ -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,