mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
rename: extraConditionParam 保持构建者命名风格。
This commit is contained in:
parent
b34733cfda
commit
3e96675e27
@ -63,7 +63,7 @@ public class RelationsQuery<T extends Model<T>> extends AbstractQuery<T> {
|
||||
* @param value 值
|
||||
* @return {@code Relations} 查询构建
|
||||
*/
|
||||
public RelationsQuery<T> extraCondition(String key, Object value) {
|
||||
public RelationsQuery<T> extraConditionParam(String key, Object value) {
|
||||
RelationManager.addExtraConditionParam(key, value);
|
||||
return this;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user