pdi工单字段修改
This commit is contained in:
parent
583851e10e
commit
8df7d080f1
|
|
@ -82,6 +82,11 @@ public class QmsPdiTaskRecordPageVO {
|
||||||
*/
|
*/
|
||||||
private LocalDateTime startDetectionTime;
|
private LocalDateTime startDetectionTime;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 质检时间
|
||||||
|
*/
|
||||||
|
private LocalDateTime inspectionTime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 送检时间
|
* 送检时间
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
ELSE COALESCE(ua.user_name, ui.user_name)
|
ELSE COALESCE(ua.user_name, ui.user_name)
|
||||||
END AS currentHandlerName,
|
END AS currentHandlerName,
|
||||||
t.start_detection_time AS startDetectionTime,
|
t.start_detection_time AS startDetectionTime,
|
||||||
|
t.start_detection_time AS inspectionTime,
|
||||||
t.submission_time AS submissionTime,
|
t.submission_time AS submissionTime,
|
||||||
t.required_completion_time AS requiredCompletionTime,
|
t.required_completion_time AS requiredCompletionTime,
|
||||||
t.detection_completion_time AS detectionCompletionTime,
|
t.detection_completion_time AS detectionCompletionTime,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue