qirong
2023-11-30 07ef4ae0fc211fbe6006c525002ed65ce854a1f2
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}