hace 2 años
padre
commit
2635a392c0
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      platform-dao/src/main/resources/mapper/upms/SysUserMapper.xml

+ 3 - 0
platform-dao/src/main/resources/mapper/upms/SysUserMapper.xml

@@ -63,6 +63,9 @@
         <if test="roleId!=null and roleId!=''">
             and role.role_id=#{roleId}
         </if>
+        <if test="roleCode!=null and roleCode!=''">
+            and role.role_code=#{roleCode}
+        </if>
         order by u.update_time desc
     </select>