xiangpei
2024-05-16 f1e20b08fcc05d78e3d25921494f92f5b9ca49cf
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>