2018-04-19 17:40
@要输就输给追求
这样拼的
String Id="1,2,3"
String querySql="select * from user where id in ("+Ids+")";
2018-04-19 17:33
@要输就输给追求
拼成sql语句来查询,会报这个错(数据库语句有错)
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'v.video_id in (1,2,3)' at line 1
2018-04-17 15:30
@JFinal
Caused by: java.lang.IllegalAccessException: Class com.jfinal.plugin.activerecord.ModelBuilder can not access a member of class com.netinnet.manualresource.model.Product with modifiers ""