Merge branch 'feature/gongfu-20260126' into develop

This commit is contained in:
曹鹏飞 2026-01-27 17:17:14 +08:00
commit 0642a7f1cf
1 changed files with 1 additions and 0 deletions

View File

@ -669,6 +669,7 @@ public class TicketController extends ControllerBase {
.setDeviceAddress(ticket.getDeviceAddress())
.setModelNo(device.getModelNo())
.setDeviceType(device.getDeviceType())
.setComponentId(ticket.getComponentId())
.setComponent(Objects.nonNull(part) ? part.getPartName() : "")
.setUseTime(ticket.getUseTime())
.setDescription(ticket.getDescription())