remove 移除过期代码 数据权限

This commit is contained in:
疯狂的狮子li
2021-12-28 14:32:53 +08:00
parent 6c4882b907
commit 4e04f5e967
5 changed files with 0 additions and 202 deletions
@@ -42,10 +42,6 @@
<if test="status != null and status != ''">
AND status = #{status}
</if>
<!-- &lt;!&ndash; 数据范围过滤 &ndash;&gt;-->
<!-- <if test="params.dataScope != null and params.dataScope != ''">-->
<!-- AND ( ${params.dataScope} )-->
<!-- </if>-->
order by d.parent_id, d.order_num
</select>