Commit 479764a3feb8a79b471fafecb639198077b6aab6
1 parent
9da98328
fix: 新增显示字段
Showing
1 changed file
with
1 additions
and
1 deletions
ruoyi-admin/src/main/java/com/ruoyi/driver/service/impl/DriverServiceImpl.java
| @@ -335,7 +335,7 @@ public class DriverServiceImpl implements IDriverService { | @@ -335,7 +335,7 @@ public class DriverServiceImpl implements IDriverService { | ||
| 335 | for (Driver item : drivers) { | 335 | for (Driver item : drivers) { |
| 336 | // 无排班 | 336 | // 无排班 |
| 337 | if (Objects.isNull(vo)) { | 337 | if (Objects.isNull(vo)) { |
| 338 | - vos.add(new DriverResponseVo(null, item, null, null, false,null,null,null)); | 338 | + vos.add(new DriverResponseVo(null, item, null, false, false,"","","")); |
| 339 | } else { | 339 | } else { |
| 340 | vos.add(vo); | 340 | vos.add(vo); |
| 341 | } | 341 | } |