Browse Source

更改bug

xie.kaifeng 8 months ago
parent
commit
94a7a7214a
1 changed files with 1 additions and 4 deletions
  1. 1 4
      mtp3-century/src/main/resources/mapper/SystemmanagerMapper.xml

+ 1 - 4
mtp3-century/src/main/resources/mapper/SystemmanagerMapper.xml

@@ -81,12 +81,9 @@
         from SYSTEMMANAGER s
         from SYSTEMMANAGER s
         left join ROLEUSER r on s.autoid = r.managerid
         left join ROLEUSER r on s.autoid = r.managerid
         <where>
         <where>
-            <if test="autoid != null">
+            <if test="autoId != null">
                 and r.roleid = #{autoId}
                 and r.roleid = #{autoId}
             </if>
             </if>
-            <if test="roletype != null">
-                and r.roletype = #{roletype}
-            </if>
         </where>
         </where>
         order by s.logincode
         order by s.logincode
     </select>
     </select>