tanghongbin 4 年之前
父節點
當前提交
bf86eeaf3c
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Controller/VoicePromptController.py

+ 2 - 1
Controller/VoicePromptController.py

@@ -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']