如果没有子表,移除掉jsonobjectList中key为null的
This commit is contained in:
parent
822a2d43eb
commit
52d60580b9
|
@ -326,6 +326,7 @@ public class ComparisonServiceImpl extends BaseService<ComparisonEntity, String>
|
||||||
} else {
|
} else {
|
||||||
jsonObjectList.put(comparisonDetailsEntity.getDbName(), new ArrayList<>());
|
jsonObjectList.put(comparisonDetailsEntity.getDbName(), new ArrayList<>());
|
||||||
}
|
}
|
||||||
|
jsonObjectList.remove(null);
|
||||||
list.add(jsonObjectList);
|
list.add(jsonObjectList);
|
||||||
//保存操作日志
|
//保存操作日志
|
||||||
controlsLogDaoimpl.saveControlsLog(uuid,jsonObject.getString("appName"),jsonObject.getString("appCode"),jsonObject.toJSONString(),"接口新增",jsonObject.getString("optionName"),tableName+"_option_log","1");
|
controlsLogDaoimpl.saveControlsLog(uuid,jsonObject.getString("appName"),jsonObject.getString("appCode"),jsonObject.toJSONString(),"接口新增",jsonObject.getString("optionName"),tableName+"_option_log","1");
|
||||||
|
|
Loading…
Reference in New Issue