Commit b1fd6315 authored by liao_ds's avatar liao_ds

退货

parent 2febf229
......@@ -4563,7 +4563,6 @@ public class ReturnGoodsServiceImpl implements IReturnGoodsService {
}
return response;
}).collect(Collectors.toList());
Map<String, List<ReturnGoodsDetailListResponse>> collect = fetch.stream().collect(Collectors.groupingBy(o -> fetchGroupKey(o)));
}
return Wrapper.success(fetch);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment