|
@@ -944,7 +944,6 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
|
|
|
|
|
|
for (int i = 0; i < orderView.size(); i++) {
|
|
for (int i = 0; i < orderView.size(); i++) {
|
|
JSONObject info = orderView.getJSONObject(i);
|
|
JSONObject info = orderView.getJSONObject(i);
|
|
- System.out.println(info);
|
|
|
|
KuaishouSupplyChain supplyChain = new KuaishouSupplyChain(info, "1");
|
|
KuaishouSupplyChain supplyChain = new KuaishouSupplyChain(info, "1");
|
|
|
|
|
|
String ownership = null;
|
|
String ownership = null;
|