|
@@ -52,8 +52,8 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
|
|
|
JSONObject jsonObject = list.get(i);
|
|
|
Long itemId = jsonObject.getLong("itemId");
|
|
|
requestMap.put("itemId", itemId);
|
|
|
- List<JSONObject> topAnchors = supplyChainMapper.getTopAnchors(requestMap);
|
|
|
- jsonObject.put("topAnchors", topAnchors);
|
|
|
+ // List<JSONObject> topAnchors = supplyChainMapper.getTopAnchors(requestMap);
|
|
|
+ // jsonObject.put("topAnchors", topAnchors);
|
|
|
}
|
|
|
}
|
|
|
return list;
|