abel533 / Mapper

Mybatis Common Mapper - Easy to use

Home Page:https://mybatis.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

动态表名实现覆盖不全

lmlx66 opened this issue · comments

commented

version:tk-mybatis 1.1.5
problem:使用deleteByPrimaryKey,selectByPrimaryKey等方法仅传入id时,未走动态表名。
reason:初步判断为动态表方法需要获取传入对象的getDynamicTableName方法,仅传入id并不存在该方法,故走默认表名。
recommendation:使用mapper泛型获取该方法