API数据表更新
This commit is contained in:
@@ -94,7 +94,7 @@ public class dataController {
|
|||||||
.append(quote(table.getTableName()))
|
.append(quote(table.getTableName()))
|
||||||
.append(" -- ")
|
.append(" -- ")
|
||||||
.append(nullToEmpty(table.getTableDesc()))
|
.append(nullToEmpty(table.getTableDesc()))
|
||||||
.append(";\n");
|
.append("\n;");
|
||||||
return sb.toString();
|
return sb.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user