czh 2 年之前
父節點
當前提交
3f3a577ef2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sckw-modules/sckw-system/src/main/resources/mapper/KwsMenuDao.xml

+ 1 - 1
sckw-modules/sckw-system/src/main/resources/mapper/KwsMenuDao.xml

@@ -270,7 +270,7 @@
     from kws_menu sm
     left join kws_menu_rights smr on sm.id = smr.menu_id
     where sm.del_flag = 0
-      <if test="systemType != 1">
+      <if test="systemType != 1 and clientType != 3">
         and smr.del_flag = 0
       </if>
     <if test="clientType != null">