ZhuDongming
2019-11-20 f32e22e52376cabe49e8c7d1f52adb4b1aebffd3
src/main/resources/mapper/AccountMapper.xml
@@ -108,7 +108,7 @@
            where
                a.account_name = #{accountName} and r.is_delete=0 and r.id is not null
        )
        where m.menu_parent_id=0
        where m.menu_parent_id=0 and m.is_delete=0
        order by m.menu_order
    </select>
@@ -132,7 +132,7 @@
            where
                a.account_name = #{accountName} and r.is_delete=0 and r.id is not null
        )
        where m.menu_parent_id = #{id}
        where m.menu_parent_id = #{id} and m.is_delete=0
        order by m.menu_order
    </select>