Browse Source

剧场分析,细分体裁,查询sql错误修改

chenjz 3 years ago
parent
commit
61a329b4b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resource/mapper/AdTheatreTvStatMapper.xml

+ 1 - 1
src/main/resource/mapper/AdTheatreTvStatMapper.xml

@@ -52,7 +52,7 @@
52 52
 					AND first_theme = #{queryBean.firstTheme}
53 53
 				</if>
54 54
 				<if test="queryBean.secondTheme != null and queryBean.secondTheme != ''">
55
-					AND secord_theme = #{queryBean.secondTheme}
55
+					AND second_theme = #{queryBean.secondTheme}
56 56
 				</if>
57 57
 				<if test="queryBean.channelSystem != null">
58 58
 					AND channel_system = #{queryBean.channelSystem}