T - 不能为空public interface UpdateByPrimaryKeySelectiveMapper<T>
| 限定符和类型 | 方法和说明 |
|---|---|
int |
updateByPrimaryKeySelective(T record)
根据主键更新属性不为null的值
|
@UpdateProvider(type=BaseUpdateProvider.class, method="dynamicSQL") int updateByPrimaryKeySelective(T record)
record - Copyright © 2018. All Rights Reserved.