mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
fix BaseMapper-updateByQuery
Signed-off-by: lhzsdnu <2383376138@qq.com>
This commit is contained in:
parent
dc26385552
commit
75f9382f05
@ -156,7 +156,7 @@ public interface BaseMapper<T> {
|
|||||||
* @see com.mybatisflex.core.provider.EntitySqlProvider#updateByQuery(Map, ProviderContext)
|
* @see com.mybatisflex.core.provider.EntitySqlProvider#updateByQuery(Map, ProviderContext)
|
||||||
*/
|
*/
|
||||||
@UpdateProvider(type = EntitySqlProvider.class, method = "updateByQuery")
|
@UpdateProvider(type = EntitySqlProvider.class, method = "updateByQuery")
|
||||||
int updateByQuery(@Param(FlexConsts.ENTITY) T entity, @Param("ignoreNulls") boolean ignoreNulls, @Param(FlexConsts.QUERY) QueryWrapper queryWrapper);
|
int updateByQuery(@Param(FlexConsts.ENTITY) T entity, @Param(FlexConsts.IGNORE_NULLS) boolean ignoreNulls, @Param(FlexConsts.QUERY) QueryWrapper queryWrapper);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user