From 559ecde9f692d2a5bfc56cc5d9c12a37a822d12a Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.31>
Date: 星期三, 31 十月 2018 14:31:08 +0800
Subject: [PATCH] 语音播报改为30秒

---
 gx_tieta/src/com/fgkj/dao/AlarmDaoFactory.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/src/com/fgkj/dao/AlarmDaoFactory.java b/gx_tieta/src/com/fgkj/dao/AlarmDaoFactory.java
index 56ebbc2..f60c0a3 100644
--- a/gx_tieta/src/com/fgkj/dao/AlarmDaoFactory.java
+++ b/gx_tieta/src/com/fgkj/dao/AlarmDaoFactory.java
@@ -61,7 +61,7 @@
 	public static final int Alarm_IGNAL_ID_CapChangeLow =21;    
 	public static final int Alarm_IGNAL_ID_CapChangeHigh =22;  
 
-	public static final int alarm_voice_timelong=3000;//璇煶鎾姤鐨勬椂闂撮棿闅�
+	public static final int alarm_voice_timelong=30;//璇煶鎾姤鐨勬椂闂撮棿闅�
 
 	public static String getAlarmName(int type)
 	{

--
Gitblit v1.9.1