|
@@ -54,7 +54,7 @@ public class VoiceCallbackController {
|
|
|
status = ContactorStatusEnum.WEI_JIE_TONG.getValue();
|
|
|
}
|
|
|
|
|
|
- bmsEventOrderService.updateOrderContactStatus4Callback(Long.parseLong(orderId), mobile, status,"无");
|
|
|
+ bmsEventOrderService.updateOrderContactStatus4Callback(callId,Long.parseLong(orderId), mobile, status,"无");
|
|
|
|
|
|
Map<String, Object> rtn = new HashMap<>();
|
|
|
rtn.put("result", 0);
|
|
@@ -74,7 +74,7 @@ public class VoiceCallbackController {
|
|
|
|
|
|
Integer status = ContactorStatusEnum.WEI_JIE_TONG.getValue();
|
|
|
|
|
|
- bmsEventOrderService.updateOrderContactStatus4Callback(Long.parseLong(orderId), mobile, status,failureReason);
|
|
|
+ bmsEventOrderService.updateOrderContactStatus4Callback(callId,Long.parseLong(orderId), mobile, status,failureReason);
|
|
|
|
|
|
Map<String, Object> rtn = new HashMap<>();
|
|
|
rtn.put("result", 0);
|