weiximei 6 vuotta sitten
vanhempi
commit
4897d2821a

+ 1
- 1
CODE/smart-community/app-api/src/main/resources/mapper/TaSysMenuMapper.xml Näytä tiedosto

@@ -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>