1
13693261870
2024-11-27 9e0878554bd16775e3eb96bb88d351c5030bf7e1
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>