ICode9

精准搜索请尝试: 精确搜索
  • 关于MyBatis报错Column 'id' in where clause is ambiguous的问题2019-04-24 09:53:04

    翻译过来就是  “id” 这一列含糊不清 大多出现在连表查询并且都有相同的字段(id) <select id="getInsuranceInfoById" parameterType="java.lang.Integer" resultMap="item"> select <include refid="base_column_list" />, s.name

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有