|
@@ -53,7 +53,8 @@ public class VoiceCallbackController {
|
|
|
} else { //呼叫异常
|
|
|
status = ContactorStatusEnum.WEI_JIE_TONG.getValue();
|
|
|
}
|
|
|
- bmsEventOrderService.updateOrderContactStatus4Callback(Long.parseLong(orderId), mobile, status,null);
|
|
|
+
|
|
|
+ bmsEventOrderService.updateOrderContactStatus4Callback(Long.parseLong(orderId), mobile, status,"无");
|
|
|
|
|
|
Map<String, Object> rtn = new HashMap<>();
|
|
|
rtn.put("result", 0);
|