|
@@ -78,7 +78,7 @@ public class KwaixiaodianOrderCursorListServiceImpl implements IKwaixiaodianOrde
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
JSONObject jsonObject = JSONObject.parseObject(GsonUtils.toJSON(response));
|
|
|
- System.out.println(GsonUtils.toJSON(response));
|
|
|
+// System.out.println(GsonUtils.toJSON(response));
|
|
|
String code = jsonObject.getString("code");
|
|
|
if ("1".equals(code)) {
|
|
|
JSONObject data = jsonObject.getJSONObject("data");
|
|
@@ -94,11 +94,9 @@ public class KwaixiaodianOrderCursorListServiceImpl implements IKwaixiaodianOrde
|
|
|
System.out.println(orderCursorList);
|
|
|
mapper.replaceBatchKWaixiaodianOrderCursorList(orderCursorList);
|
|
|
}
|
|
|
-
|
|
|
} else {
|
|
|
log.error("===kwaixiaodian获取订单列表(open.order.cursor.list)失败,shopId:{},信息:{}", shopId, jsonObject.getString("error_msg"));
|
|
|
}
|
|
|
-
|
|
|
if (!"nomore".equals(cursor)) {
|
|
|
querykwaiOrderList(shopId, beginDate, endDate, cursor);
|
|
|
}
|