Commit b9385cbb authored by yanzg's avatar yanzg

压缩视频

parent e9a295e2
...@@ -98,7 +98,8 @@ public class DaoConst { ...@@ -98,7 +98,8 @@ public class DaoConst {
/** /**
* 加载SQL语句模板 * 加载SQL语句模板
*/ */
public static final String SQL_LOAD = "{SELECT_OUTER_BEGIN}SELECT {FIELD} FROM {TABLE} AS a {INNER} WHERE 1=1 {WHERE}{GROUP}{HAVING}{ORDER}{LIMIT}{SELECT_OUTER_END}"; public static final String SQL_LOAD = "{SELECT_OUTER_BEGIN}SELECT {FIELD} FROM {TABLE} AS a {INNER} WHERE 1=1" +
"{WHERE}{GROUP}{HAVING}{ORDER}{LIMIT}{SELECT_OUTER_END}";
/** /**
* 表名代码片段 * 表名代码片段
*/ */
......
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