龚焕茏
2024-05-15 468109c399d40c1a1f3c30bd443e09951aaf4a64
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>