weiximei преди 6 години
родител
ревизия
4897d2821a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      CODE/smart-community/app-api/src/main/resources/mapper/TaSysMenuMapper.xml

+ 1
- 1
CODE/smart-community/app-api/src/main/resources/mapper/TaSysMenuMapper.xml Целия файл

@@ -131,6 +131,6 @@
131 131
     select
132 132
     <include refid="Base_Column_List" />
133 133
     from ta_sys_menu
134
-    where community_id = #{communityId,jdbcType=INTEGER}
134
+    where community_id = #{communityId,jdbcType=INTEGER} and status = 0
135 135
   </select>
136 136
 </mapper>