src/main/java/com/whyc/service/MotorSystemInfService.java
@@ -21,9 +21,7 @@ public Response getAll() { try { QueryWrapper<MotorSystemInf> wrapper = Wrappers.query(); wrapper.orderByAsc("position"); List<MotorSystemInf> motorSystemInfs = mapper.selectList(wrapper); List<MotorSystemInf> motorSystemInfs = mapper.selectList(null); return new Response<>().set(1,motorSystemInfs); }catch (Exception e){ e.printStackTrace();