Commit 9d773ade authored by 黎博's avatar 黎博

bug fix

parent 6db1ce63
......@@ -144,7 +144,7 @@ public class DatabaseSyncServiceImpl implements DatabaseSyncService {
if (columnArrayStr.length() == 0) {
columnArrayStr.append("`").append(column).append("`");
} else {
columnArrayStr.append(",`").append(columnArrayStr).append("`");
columnArrayStr.append(",`").append(column).append("`");
}
// if (null == columnArrayStr) {
// columnArrayStr = "`" + column + "`";
......
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