|
@@ -174,7 +174,7 @@ public class WorkOrderManageServiceImpl implements WorkOrderManageService {
|
|
|
for(int i=0;i<list.size();i++){
|
|
|
Map<String,Object> map =list.get(i);
|
|
|
int day = Integer.parseInt(map.get("日期").toString().substring(8,10));
|
|
|
- list.get(day-1).put("数量",map.get("数量"));
|
|
|
+ result.get(day-1).put("数量",map.get("数量"));
|
|
|
}
|
|
|
return result;
|
|
|
}
|