updateByExample与updateByExampleSelective的区别
更新:HHH   时间:2023-1-7


updateByExample:
        对注入的字段全部更新,为null的字段更新为null。
updateByExampleSelective:
        对字段进行判断再更新,如果更新的字段中有null,忽略更新该字段,该字段还是以前的值。

返回MySQL数据库教程...