fuliqi
2023-11-28 8dac3a3c993ef006d4765624e046577217d1a898
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>