Browse Source

Merge branch 'Bin_Local_User' into dev

tanghongbin 4 years ago
parent
commit
55a632c08e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Controller/VoicePromptController.py

+ 2 - 1
Controller/VoicePromptController.py

@@ -175,7 +175,8 @@ class VoicePromptView(View):
             if channel_qs.exists():
                 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_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)
                 res['enter_voice'] = channel_qs[0]['voice_prompt_enter']
                 res['leave_voice'] = channel_qs[0]['voice_prompt_leave']