就因为多了下图中的tab,一直报错语法错误……
INTO espace_events\n(`id`,\n`object_type`,\n`object_id`,\n`object_name' at line 1\r\n### The error may involve com.pansoft.espace.dao.EventDao.addEvent-Inline\r\n### The error occurred while setting parameters\r\n### SQL: \u00A0\u00A0\u00A0 INSERT INTO espace_events (`id`, `object_type`, `object_id`, `object_name`, `owner_user_id`, `owner_user_name`, `owner_user_avatar`, `event_type`) VALUES (?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '\u00A0\u00A0\u00A0\nINSERT INTO espace_events\n(`id`,\n`object_type`,\n`object_id`,\n`object_name' at line 1\n; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '\u00A0\u00A0\u00A0\nINSERT INTO espace_events\n(`id`,\n`object_type`,\n`object_id`,\n`object_name' at line 1"}***
转载于:https://my.oschina.net/zjg23/blog/808423