Selaa lähdekoodia

删除电厂大屏数据范围过滤

wangggziwen 2 vuotta sitten
vanhempi
commit
28dee9f307

+ 0 - 2
master/src/main/resources/mybatis/aspen/TElecdashboardAlarmMapper.xml

@@ -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">

+ 0 - 2
master/src/main/resources/mybatis/aspen/TElecdashboardDayMapper.xml

@@ -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
         </where>
-        <!-- 数据范围过滤 -->
-        ${params.dataScope}
     </select>
     
     <select id="selectTElecdashboardDayById" parameterType="Long" resultMap="TElecdashboardDayResult">

+ 0 - 2
master/src/main/resources/mybatis/aspen/TElecdashboardHourMapper.xml

@@ -466,8 +466,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
         </where>
-        <!-- 数据范围过滤 -->
-        ${params.dataScope}
     </select>
     
     <select id="selectTElecdashboardHourById" parameterType="Long" resultMap="TElecdashboardHourResult">

+ 0 - 2
master/src/main/resources/mybatis/aspen/TElecdashboardRealtimeMapper.xml

@@ -496,8 +496,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="hrsg3Qi32242 != null  and hrsg3Qi32242 != ''"> and hrsg3_qi32242 = #{hrsg3Qi32242}</if>
             and d.del_flag = 0
         </where>
-        <!-- 数据范围过滤 -->
-        ${params.dataScope}
     </select>
 
     <select id="selectTElecdashboardRealtimeById" parameterType="Long" resultMap="TElecdashboardRealtimeResult">