소스 검색

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

80274480 2 달 전
부모
커밋
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;
 }