Commit f9e5cea4 authored by yanzg's avatar yanzg

修改实体位置

parent a3fb14c5
......@@ -141,7 +141,7 @@ public abstract class BaseDaoSql {
* @param name 需要获取的SQL语句的名称
* @return 对应名称的SQL语句
*/
protected SqlData getSql(String name) {
public SqlData getSql(String name) {
return getSql(name, true);
}
......@@ -151,7 +151,7 @@ public abstract class BaseDaoSql {
* @param name 需要获取的SQL语句的名称
* @return 对应名称的SQL语句
*/
protected SqlData getSql(String name, boolean isThrow) {
public SqlData getSql(String name, boolean isThrow) {
if (this.table == null) {
throw new RuntimeException("类" + this.getClass().getName() + "未发现表结构");
}
......
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