@@ -24,6 +24,7 @@ public class AutoTableNameInterceptor extends EmptyInterceptor {
sql = sql.replaceAll("p_crop", tableName);
}
if (sql.indexOf("select") > -1) {
+ /处理多表查询