whycxzp
2021-07-26 8c189b243bfbbacb2ab1ce79f4e1ff22708f125a
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();