From f240ac3ccd37c541cab2c21cfc433d3510999a3c Mon Sep 17 00:00:00 2001
From: david-PC\david <kimi42345@gmail.com>
Date: 星期二, 12 六月 2018 17:12:23 +0800
Subject: [PATCH] 再一次删除剩余的忽略文件

---
 source/my/frame/src/frame/persist/SQLCreator.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/source/my/frame/src/frame/persist/SQLCreator.java b/source/my/frame/src/frame/persist/SQLCreator.java
index b8f8f40..8656824 100644
--- a/source/my/frame/src/frame/persist/SQLCreator.java
+++ b/source/my/frame/src/frame/persist/SQLCreator.java
@@ -62,7 +62,7 @@
 			int pos_limit = sql.lastIndexOf("limit ", pos_beginno);
 			
 			if (pos_pagesize > 0 && pos_limit > 0) {
-				sql = sql.substring(0, pos_limit) + sql.substring(pos_pagesize + "@{pagesize}".length());
+				sql = sql.subString(0, pos_limit) + sql.subString(pos_pagesize + "@{pagesize}".length());
 			}
 			
 			pos_beginno = sql.indexOf("@{beginno}", pos_beginno + 1);

--
Gitblit v1.8.0