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