Compare commits
No commits in common. "93ad5f5d3e7ce00196a194d34879ad3eb2d0569b" and "cf193adb13920cce75d25fff2cb2db9c6a2ac4dc" have entirely different histories.
93ad5f5d3e
...
cf193adb13
|
|
@ -1807,7 +1807,6 @@ 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());
|
||||
|
|
|
|||
|
|
@ -62,11 +62,6 @@ public class QmsInspectionTicketDetailVO {
|
|||
*/
|
||||
private String impactQuantity;
|
||||
|
||||
/**
|
||||
* 审批人ID
|
||||
*/
|
||||
private Long directorId;
|
||||
|
||||
/**
|
||||
* 工单类型(巡检)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue