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