mybatis-mapper / mapper

MyBatis Mapper
https://mapper.mybatis.io
Apache License 2.0
325 stars 47 forks source link

动态表名实现覆盖不全 #87

Closed lmlx66 closed 10 months ago

lmlx66 commented 10 months ago

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

abel533 commented 10 months ago

提错位置了: https://github.com/abel533/Mapper

lmlx66 commented 10 months ago

提错位置了: https://github.com/abel533/Mapper

已经提过去了,麻烦关闭