mybatis 动态sql之Map参数
Mapper文件: select * from prod_purchase where 1=1 and purc_id=#{purc_id} and prod_id=#{prod_id} and ch_id=#{ch_id} and ch_id in ( select ch_id from channel where ch_name like '%#{