|
@@ -24,8 +24,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="code != null "> and code = #{code}</if>
|
|
<if test="code != null "> and code = #{code}</if>
|
|
<if test="description != null "> and description = #{description}</if>
|
|
<if test="description != null "> and description = #{description}</if>
|
|
</where>
|
|
</where>
|
|
- <!-- 数据范围过滤 -->
|
|
|
|
- ${params.dataScope}
|
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectTElecdashboardAlarmById" parameterType="Long" resultMap="TElecdashboardAlarmResult">
|
|
<select id="selectTElecdashboardAlarmById" parameterType="Long" resultMap="TElecdashboardAlarmResult">
|