소스 검색

更改bug

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>