puzhibing
2023-06-02 9a42cbae72259034a6cbe3a827d168a3a6f65154
driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/service/impl/YouTuiDriverServiceImpl.java
@@ -154,4 +154,9 @@
        this.insert(youTuiDriver);
        return ResultUtil.success();
    }
    @Override
    public void editState() throws Exception {
        this.baseMapper.editState();
    }
}