Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'XX' in where clause is ambiguous
多表查询时,where后的不同表的同字段没有指定表
不同表的同字段一定指定表(其一表名.同字段名)