Commit 6f393dd315031e4d31128e8a4ed9729e05d62e26
1 parent
999e7d65
补签打卡场地
Showing
1 changed file
with
1 additions
and
1 deletions
Bsth-admin/src/main/java/com/ruoyi/equipment/service/impl/EquipmentServiceImpl.java
| @@ -115,7 +115,7 @@ public class EquipmentServiceImpl implements IEquipmentService { | @@ -115,7 +115,7 @@ public class EquipmentServiceImpl implements IEquipmentService { | ||
| 115 | 115 | ||
| 116 | return list.stream().map(item -> { | 116 | return list.stream().map(item -> { |
| 117 | EquipmentResponseVo vo = new EquipmentResponseVo(); | 117 | EquipmentResponseVo vo = new EquipmentResponseVo(); |
| 118 | - vo.setLabel(item.getDeviceId()); | 118 | + vo.setLabel(item.getSiteName()); |
| 119 | vo.setValue(item.getDeviceId()); | 119 | vo.setValue(item.getDeviceId()); |
| 120 | return vo; | 120 | return vo; |
| 121 | }).collect(Collectors.toList()); | 121 | }).collect(Collectors.toList()); |