|
@@ -73,6 +73,8 @@ public class CallBackController {
|
|
|
// 状态
|
|
// 状态
|
|
|
if ("4".equals(state)) {//接单
|
|
if ("4".equals(state)) {//接单
|
|
|
log.info("骑手接单:" + order_no);
|
|
log.info("骑手接单:" + order_no);
|
|
|
|
|
+ tbOrder.setStatus(3);
|
|
|
|
|
+ appOrderService.updateOrder(tbOrder);
|
|
|
tbIndentService.orderIndentReceiving(userEntity.getUserId(), tbOrder.getOrderId()+"");
|
|
tbIndentService.orderIndentReceiving(userEntity.getUserId(), tbOrder.getOrderId()+"");
|
|
|
} else if ("5".equals(state)) {//取餐
|
|
} else if ("5".equals(state)) {//取餐
|
|
|
log.info("骑手取餐:" + order_no);
|
|
log.info("骑手取餐:" + order_no);
|