Commit 479764a3feb8a79b471fafecb639198077b6aab6

Authored by guzijian
1 parent 9da98328

fix: 新增显示字段

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 }