Result Maps collection already contains value for

Result Maps collection already contains value for

select s.id,s.branch_name from t_wx_shop s left join t_hospital_main  m on s.id=m.shop_id where s.bus_id=#{busId,jdbcType=Integer} and m.id ==null

把Integer 改成 INTEGER 估计原因为大小写敏感!

上一篇:【转】Ubuntu 14.04 引导修复(Boot Repair)(双系统修复一)


下一篇:6、Web应用程序中的安全向量 -- customErrors(适当的错误报告和堆栈跟踪)