wuzeyu
2024-07-04 cac5a8bd1746e30e8506a729aecb8feed6f0698a
pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/java/com/dy/pipIrrBase/user/UserSv.java
@@ -50,7 +50,7 @@
     * @return 用户实体
     */
    public BaUser selectById(Long id) {
        return this.dao.selectById(id);
        return this.dao.selectByPrimaryKey(id);
    }
    /**