瀏覽代碼

巡检优化

2 年之前
父節點
當前提交
2635a392c0
共有 1 個文件被更改,包括 3 次插入0 次删除
  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>