巡检增加负责人字段
This commit is contained in:
parent
f1b6d373b4
commit
51fe9a6704
|
|
@ -1807,6 +1807,7 @@ public class QmsIssueTicketControllerService {
|
||||||
vo.setCreateUserName(ticket.getCreateUserName());
|
vo.setCreateUserName(ticket.getCreateUserName());
|
||||||
vo.setCreateTime(ticket.getCreateTime());
|
vo.setCreateTime(ticket.getCreateTime());
|
||||||
vo.setImpactQuantity(ticket.getImpactQuantity());
|
vo.setImpactQuantity(ticket.getImpactQuantity());
|
||||||
|
vo.setDirectorId(ticket.getApprovalUserId());
|
||||||
vo.setTicketType("巡检");
|
vo.setTicketType("巡检");
|
||||||
vo.setIncidentLocation(ticket.getIncidentLocation());
|
vo.setIncidentLocation(ticket.getIncidentLocation());
|
||||||
vo.setIncidentDescription(ticket.getIncidentDescription());
|
vo.setIncidentDescription(ticket.getIncidentDescription());
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,11 @@ public class QmsInspectionTicketDetailVO {
|
||||||
*/
|
*/
|
||||||
private String impactQuantity;
|
private String impactQuantity;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 审批人ID
|
||||||
|
*/
|
||||||
|
private Long directorId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 工单类型(巡检)
|
* 工单类型(巡检)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue