gc-order/src/main/java/com/xzx/gc/order/service/JhyOrderService.java
@@ -150,6 +150,10 @@ throw new RestException(-3, "不是集货员"); } if (JhyInfo.IS_JHY_N.equals(jhyInfo.getIsJhy())) { throw new RestException(-3, "暂无法抢单"); } JhyOrder order = jhyOrderMapper.selectByPrimaryKey(orderId); if (order == null) { throw new RestException(-3, "订单不存在");