|
@@ -42,8 +42,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="status != null and status != ''">
|
|
<if test="status != null and status != ''">
|
|
|
AND status = #{status}
|
|
AND status = #{status}
|
|
|
</if>
|
|
</if>
|
|
|
- <!-- 数据范围过滤 -->
|
|
|
|
|
- ${params.dataScope}
|
|
|
|
|
|
|
+<!-- <!– 数据范围过滤 –>-->
|
|
|
|
|
+<!-- ${params.dataScope}-->
|
|
|
order by d.parent_id, d.order_num
|
|
order by d.parent_id, d.order_num
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|