1
This commit is contained in:
@@ -610,7 +610,6 @@ public class JDUtils {
|
|||||||
OrderRow orderRow = createOrderRow(orderRowResp);
|
OrderRow orderRow = createOrderRow(orderRowResp);
|
||||||
// 订单号不存在就保存,存在就更新订单状态
|
// 订单号不存在就保存,存在就更新订单状态
|
||||||
orderRowRepository.save(orderRow);
|
orderRowRepository.save(orderRow);
|
||||||
sleep(300);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user