liurunyu
2023-12-07 35d308e88d7918a925ee123e2f0e936c92ea2d88
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoBa/BaUserMapper.java
@@ -40,7 +40,7 @@
     * @param record the record
     * @return insert count
     */
    int insert(BaUser record);
    int putin(BaUser record);
    /**
     * insert record to table selective
@@ -65,6 +65,14 @@
    int updateByPrimaryKey(BaUser record);
    /**
     * update record
     * @param id 实体ID
     * @param password 新密码
     * @return update count
     */
    int changePassword(@Param("id") Long id, @Param("password") String password) ;
    /**
     * delete by primary key
     * @param id primaryKey
     * @return deleteCount