(String[] propertitysObject[] valueLogical logic) { String sql = String.()(String propertity : propertitys) { sql += logic.name() + + propertity + } findFirst(sqlvalue)}
线上偶发 无法绑定表 tableName为空的问题 请问什么原因呢?
报错 Caused by: com.jfinal.plugin.activerecord.ActiveRecordException: The table name: k_user not in your sql.
k_user表是存在的 去掉
(config.) checkTableName(modelClasssql)
后面sql 查询拼会没有表名 同样出错
项目:JFinal