浏览代码

Z991239-6451 #comment 调整ST的广告播放时间,保持和生产一致

80274480 1 月之前
父节点
当前提交
2c7acaf28b
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Module/mod_localmediaplay/mod_localmediaplay.cpp

+ 0 - 2
Module/mod_localmediaplay/mod_localmediaplay.cpp

@@ -143,7 +143,6 @@ static bool IsValidPlayTime(const char* pstrStartTime, const char* pstrEndTime)
 	if (NULL == pstrStartTime || NULL == pstrEndTime) {
 		return false;
 	}
-#ifndef DEVOPS_ON_ST
 
 	SYSTEMTIME st;
 	GetLocalTime(&st);
@@ -153,7 +152,6 @@ static bool IsValidPlayTime(const char* pstrStartTime, const char* pstrEndTime)
 		bRet = false;
 	}
 
-#endif
 	return bRet;
 }