Commit 5403c388 authored by 王晓倩's avatar 王晓倩

工单详情显示设备列表

parent fc60b3f4
...@@ -93,6 +93,7 @@ public class TWorkOrderServiceImpl implements ITWorkOrderService ...@@ -93,6 +93,7 @@ public class TWorkOrderServiceImpl implements ITWorkOrderService
deviceInfoList.add(deviceInfo); deviceInfoList.add(deviceInfo);
} }
} }
workOrderVo.setDeviceInfoList(deviceInfoList);
int finish = tInspectionDataMapper.selectFinishTInspectionData(resourceId); int finish = tInspectionDataMapper.selectFinishTInspectionData(resourceId);
workOrderVo.setFinishNum(finish); workOrderVo.setFinishNum(finish);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment