修改查询resolution返回结果列字段首字母大写
修改查询efficiency返回结果列字段首字母大写
This commit is contained in:
parent
f081b1fac1
commit
66640852ca
|
@ -205,7 +205,7 @@ public class GardsSampleDataServiceImpl extends ServiceImpl<GardsSampleDataMappe
|
||||||
uncertaintyList.add(orig.getUncyvalue());
|
uncertaintyList.add(orig.getUncyvalue());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
map.put("g_energy", GEnergyList);
|
map.put("G_energy", GEnergyList);
|
||||||
map.put("FWHM", FWHMList);
|
map.put("FWHM", FWHMList);
|
||||||
map.put("Uncertainty", uncertaintyList);
|
map.put("Uncertainty", uncertaintyList);
|
||||||
result.setSuccess(true);
|
result.setSuccess(true);
|
||||||
|
@ -238,8 +238,8 @@ public class GardsSampleDataServiceImpl extends ServiceImpl<GardsSampleDataMappe
|
||||||
uncertaintyList.add(orig.getUncyvalue());
|
uncertaintyList.add(orig.getUncyvalue());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
map.put("energy", energyList);
|
map.put("Energy", energyList);
|
||||||
map.put("efficiency", efficiencyList);
|
map.put("Efficiency", efficiencyList);
|
||||||
map.put("Uncertainty", uncertaintyList);
|
map.put("Uncertainty", uncertaintyList);
|
||||||
result.setSuccess(true);
|
result.setSuccess(true);
|
||||||
result.setResult(map);
|
result.setResult(map);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user