|
@@ -49,6 +49,10 @@ public class HandlerFormDataUtils {
|
|
|
for (JSONObject jsonObject : result) {
|
|
|
//获取到所有rows查询字段的值
|
|
|
Set<String> strings = jsonObject.keySet();
|
|
|
+
|
|
|
+ if ( strings.size() == 0){
|
|
|
+ break;
|
|
|
+ }
|
|
|
for (String string : strings) {
|
|
|
for (GenTableColumn column : allColumns) {
|
|
|
String dictType = column.getDictType();
|