fuliqi
2023-11-14 f464a58aa5e50a43d7dc03a8d3b4cd7e576d7b12
src/main/resources/mapper/UserMapper.xml
@@ -331,7 +331,7 @@
    <where>
        and deleted=0
      <if test="userName != null and userName != ''">
        and user_name like concat('%',#{userName},'%')
        and real_name like concat('%',#{userName},'%')
      </if>
      <if test="role != null ">
        and role= #{role}