Administrator
2023-12-09 ad9e62f780178797361c8fc0f6f20f8d94cb5036
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