@@ -24,8 +24,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="code != null "> and code = #{code}</if>
<if test="description != null "> and description = #{description}</if>
</where>
- <!-- 数据范围过滤 -->
- ${params.dataScope}
</select>
<select id="selectTElecdashboardAlarmById" parameterType="Long" resultMap="TElecdashboardAlarmResult">
@@ -474,8 +474,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="totalEfficiency != null and totalEfficiency != ''"> and total_efficiency = #{totalEfficiency}</if>
and d.del_flag = 0
<select id="selectTElecdashboardDayById" parameterType="Long" resultMap="TElecdashboardDayResult">
@@ -466,8 +466,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectTElecdashboardHourById" parameterType="Long" resultMap="TElecdashboardHourResult">
@@ -496,8 +496,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="hrsg3Qi32242 != null and hrsg3Qi32242 != ''"> and hrsg3_qi32242 = #{hrsg3Qi32242}</if>
<select id="selectTElecdashboardRealtimeById" parameterType="Long" resultMap="TElecdashboardRealtimeResult">