上面两个方法里面的if语句少了一个等号吧?
if(verminderterSteuersatz == 0)?
if条件必须用==来判断是否相等,单个等号是赋值语句,赋值语句的结果都是true
少加了一个等号,if(verminderterSteuersatz == 0)