se-modules/se-system/src/main/resources/mapper/system/SysMenuMapper.xml
@@ -46,6 +46,9 @@ <if test="status != null and status != ''"> AND status = #{status} </if> <if test="mark != null and mark != ''"> and mark = #{mark} </if> </where> order by parent_id, order_num </select>