mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
fix: value 参数类型错误。
This commit is contained in:
parent
b055cd0f7b
commit
9018d2414c
@ -99,7 +99,7 @@ public class RelationManager {
|
||||
extraConditionParams.set(params);
|
||||
}
|
||||
|
||||
public static void addExtraConditionParam(String key, String value) {
|
||||
public static void addExtraConditionParam(String key, Object value) {
|
||||
Map<String, Object> params = extraConditionParams.get();
|
||||
if (params == null) {
|
||||
params = new HashMap<>();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user