@@ -746,7 +746,7 @@ public class WlnOrderServiceImpl implements WlnOrderService {
log.error("订单同步失败", e);
throw new ServiceException("订单同步失败");
}
- } while (size >= 200);
+ } while (size == 200);
@@ -82,7 +82,7 @@ public class WlnOutboundOrderServiceImpl implements WlnOutboundOrderService {
log.error("出库单同步失败", e);
return Collections.emptyList();
return list;