Ver Fonte

巡检优化

há 2 anos atrás
pai
commit
2635a392c0

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