T - 不能为空public interface UpdateByPrimaryKeySelectiveMapper<T>
| Modifier and Type | Method and Description |
|---|---|
int |
updateByPrimaryKeySelective(T record)
根据主键更新属性不为null的值
|
@UpdateProvider(type=BaseUpdateProvider.class, method="dynamicSQL") int updateByPrimaryKeySelective(T record)
record - Copyright © 2018. All rights reserved.