Skip to content

集成通用mapper时生成mapper出现问题 #24

@chanry

Description

@chanry

由于集成了通用mapper(tk.mybatis),在生成table时需要把example关闭,如:
<table tableName="t_user_info" domainObjectName="UserInfo" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"> </table>
但是设置为false之后生成的mapper没有import ibatis的Param:
Param cannot be resolved to
a type
请问楼主有集成过通用mapper吗?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions