发布网友 发布时间:2022-04-21 23:54
共3个回答
热心网友 时间:2023-07-12 00:31
这段sql变成mapper.xml中的sql,把sql语句放在<select></select>标签里面就可以了
但是标签里面的 id 要写你的方法名,返回值写返回类型的全限定名,根据你的实体类写
如下:
<select id="" resultType="">
select * from sys_en_dic_type a
left join sys_en_dic b
on a.id=b.dic_id
</select>
热心网友 时间:2023-07-12 00:31
resulttype 返回 String? 不应该是返回你需要的对象接收一下么?
入参 #{key,jdbcType=XXX}
热心网友 时间:2023-07-12 00:32
看着没问题啊。你为什么要修改?