<select >;
   </select>

ibatis 语句切忌 不用加“;”否则就杯具了!

 

SqlMapClient operation; bad SQL grammar []; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException:  InlineParameterMap

 

把 <select></select> 标签中,SQL语句的 ; 去掉,就成功了!

 

相关文章:

  • 2021-10-26
  • 2021-10-16
  • 2021-10-14
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-22
  • 2021-09-28
  • 2021-07-30
  • 2021-12-26
  • 2021-04-29
  • 2021-08-21
相关资源
相似解决方案