xiangpei
2024-05-10 f0cbe681cb28df22952fb8a6420424a7385ac9db
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>