|
@@ -175,7 +175,8 @@ class VoicePromptView(View):
|
|
if channel_qs.exists():
|
|
if channel_qs.exists():
|
|
channel_qs = channel_qs.values('voice_prompt_enter', 'voice_prompt_leave', 'voice_prompt_status',
|
|
channel_qs = channel_qs.values('voice_prompt_enter', 'voice_prompt_leave', 'voice_prompt_status',
|
|
'voice_prompt_intelligent_mute', 'voice_start_x', 'voice_start_y',
|
|
'voice_prompt_intelligent_mute', 'voice_start_x', 'voice_start_y',
|
|
- 'voice_end_x', 'voice_end_y', 'voice_start_time', 'voice_end_time')
|
|
|
|
|
|
+ 'voice_end_x', 'voice_end_y', 'voice_start_time', 'voice_end_time',
|
|
|
|
+ 'voice_repeat_day', 'voice_direction')
|
|
print(channel_qs)
|
|
print(channel_qs)
|
|
res['enter_voice'] = channel_qs[0]['voice_prompt_enter']
|
|
res['enter_voice'] = channel_qs[0]['voice_prompt_enter']
|
|
res['leave_voice'] = channel_qs[0]['voice_prompt_leave']
|
|
res['leave_voice'] = channel_qs[0]['voice_prompt_leave']
|