优化
This commit is contained in:
@ -230,7 +230,7 @@ public class DevuceServiceImpl implements DevuceService {
|
||||
});
|
||||
if(CollectionUtil.isEmpty(maps)){
|
||||
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++){
|
||||
HashMap<Object, Object> map = new HashMap<>();
|
||||
|
Reference in New Issue
Block a user