Commit 155205f0 authored by yanzg's avatar yanzg

压缩视频

parent 804d74c3
...@@ -587,7 +587,7 @@ public abstract class BaseDaoSql { ...@@ -587,7 +587,7 @@ public abstract class BaseDaoSql {
break; break;
} }
if (sql.length() > MAX_SQL_LENGTH) { if (sql.length() > MAX_SQL_LENGTH) {
throw new CodeException("SQL语句过长,不能再次替换"); throw new CodeException("SQL语句过长,不能再次处理代码片段");
} }
// 寻找到的代码片段 不包含分括号 // 寻找到的代码片段 不包含分括号
String name = m.group(); String name = m.group();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment