|  |  | 
 |  |  |         content like concat('%', #{content}, '%') and | 
 |  |  |       </if> | 
 |  |  |       <if test="dt != null and dt != '' "> | 
 |  |  |         dt = #{dt,jdbcType=TIMESTAMP} and | 
 |  |  |         DATE_FORMAT(dt, '%Y-%m-%d') = #{dt,jdbcType=TIMESTAMP} and | 
 |  |  |       </if> | 
 |  |  |       <if test="ip != null and ip != '' "> | 
 |  |  |         ip =#{ip,jdbcType=VARCHAR} and | 
 |  |  | 
 |  |  |         content like concat('%', #{content}, '%') and | 
 |  |  |       </if> | 
 |  |  |       <if test="dt != null and dt != '' "> | 
 |  |  |         dt = #{dt,jdbcType=TIMESTAMP} and | 
 |  |  |         DATE_FORMAT(dt, '%Y-%m-%d') = #{dt,jdbcType=TIMESTAMP} and | 
 |  |  |       </if> | 
 |  |  |       <if test="ip != null and ip != '' "> | 
 |  |  |         ip =#{ip,jdbcType=VARCHAR} and |