This commit is contained in:
zengtao01
2024-10-08 00:11:26 +08:00
parent 4e89b4663e
commit e87e8f9cdb

View File

@ -230,7 +230,7 @@ public class DevuceServiceImpl implements DevuceService {
}); });
if(CollectionUtil.isEmpty(maps)){ if(CollectionUtil.isEmpty(maps)){
List<Map> newMap = new ArrayList<>(); List<Map> newMap = new ArrayList<>();
List<String> list = Arrays.asList("能量(/100g)", "脂肪(/100g)", "碳水化合物(/100g)", "蛋白质(/100g)"); List<String> list = Arrays.asList("能量", "脂肪", "碳水化合物", "蛋白质");
for(int i= 0;i<4;i++){ for(int i= 0;i<4;i++){
HashMap<Object, Object> map = new HashMap<>(); HashMap<Object, Object> map = new HashMap<>();