Compare commits
2 Commits
cf193adb13
...
93ad5f5d3e
| Author | SHA1 | Date |
|---|---|---|
|
|
93ad5f5d3e | |
|
|
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