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