巡检增加负责人字段

This commit is contained in:
funny 2026-05-12 16:55:19 +08:00
parent f1b6d373b4
commit 51fe9a6704
2 changed files with 6 additions and 0 deletions

View File

@ -1807,6 +1807,7 @@ public class QmsIssueTicketControllerService {
vo.setCreateUserName(ticket.getCreateUserName());
vo.setCreateTime(ticket.getCreateTime());
vo.setImpactQuantity(ticket.getImpactQuantity());
vo.setDirectorId(ticket.getApprovalUserId());
vo.setTicketType("巡检");
vo.setIncidentLocation(ticket.getIncidentLocation());
vo.setIncidentDescription(ticket.getIncidentDescription());

View File

@ -62,6 +62,11 @@ public class QmsInspectionTicketDetailVO {
*/
private String impactQuantity;
/**
* 审批人ID
*/
private Long directorId;
/**
* 工单类型巡检
*/