Browse Source

剧场分析,媒体等级修改

chenjz 3 years ago
parent
commit
429b8052f8

+ 1 - 1
src/main/webapp/WEB-INF/jsp/analysis/theatre_analysis.jsp

@@ -33,7 +33,7 @@
33 33
 					</select>
34 34
 			</div>
35 35
 			<div class="search-item pRight30">
36
-				<select id="channelSystem" name="channelSystem">
36
+				<select id="mediaRank" name="channelSystem">
37 37
 					<option value="">媒体等级</option>
38 38
 					<option value="0">央视频道</option>
39 39
 					<option value="1">一线卫视</option>

+ 1 - 1
src/main/webapp/static/js/analysis/theatre_analysis.js

@@ -125,7 +125,7 @@ function getProgramAnalysisList(page){
125 125
 		"firstTheme":$("#firstTheme").val(),
126 126
 		"secondTheme":$("#secondTheme").val(),
127 127
 		"theatreTime":$("#theatreTime").val(),
128
-		"channelSystem":$("#channelSystem").val(),
128
+		"channelSystem":$("#mediaRank").val(),
129 129
 		"startDate": $("#start_time").val(),
130 130
 		"endDate": $("#end_time").val(),
131 131
 		"pageNo": page,