tanghongbin 4 vuotta sitten
vanhempi
commit
bf86eeaf3c
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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']