fix: sql 拼接

This commit is contained in:
taojinlong 2021-12-09 10:05:44 +08:00
parent 917e6fe5e7
commit ac7d4fa985

View File

@ -26,4 +26,6 @@ public class SQLObj {
private String whereField;
private String whereAlias;
private String whereTermAndValue;
private String limitFiled;
}