xie.kaifeng 8 bulan lalu
induk
melakukan
94a7a7214a

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