id, user_id,user_name, content, dt,ip,code,msg
  
  
  
    
    insert into ba_log (user_id,user_name, content, ip,code,msg
      )
    values (#{userId,jdbcType=BIGINT},#{userName,jdbcType=VARCHAR}, #{content,jdbcType=VARCHAR}, #{ip,jdbcType=VARCHAR},
    #{code,jdbcType=VARCHAR},#{msg,jdbcType=VARCHAR}
      )
  
  
    
    insert into ba_log
    
      
        user_id,
      
      
        user_name,
      
      
        content,
      
      
        code,
      
      
        msg,
      
      
        ip,
      
    
    
      
        #{userId,jdbcType=BIGINT},
      
      
        #{userName,jdbcType=VARCHAR},
      
      
        #{content,jdbcType=VARCHAR},
      
      
        #{code,jdbcType=VARCHAR},
      
      
        #{msg,jdbcType=VARCHAR},
      
      
        #{ip,jdbcType=VARCHAR},