BigDecimal类中进行比较的时候,用compare to 不得用“==”、“equal”
BigDecimal bd = new BIgDecimal("1111")和 BigDecimal bd = new BIgDecimal(1111)格式化数据是不同的,为了精确,格式化的时候用第一种