qirong
2023-08-17 81dfe248054eaa3c2751ba32576f48598adcd04f
src/main/resources/mapper/UserEventLogMapper.xml
@@ -127,7 +127,7 @@
         and user_id= #{userId}
      </if>
      <if test="userName != null">
        and user_name= #{userName}
        and real_name= #{userName}
      </if>
    </where>
  </select>