xie.kaifeng преди 8 месеца
родител
ревизия
94a7a7214a
променени са 1 файла, в които са добавени 1 реда и са изтрити 4 реда
  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
         left join ROLEUSER r on s.autoid = r.managerid
         <where>
-            <if test="autoid != null">
+            <if test="autoId != null">
                 and r.roleid = #{autoId}
             </if>
-            <if test="roletype != null">
-                and r.roletype = #{roletype}
-            </if>
         </where>
         order by s.logincode
     </select>