项目使用ssm框架,报错no viable alternative at input ‘c.left’,发现原因是表字段名称占用了mysql关键字导致解析错误,如果无法改动表字段,添加c.left即可解决问题。