| | |
| | | if (null != taxPrevMnMthsOverdueFineInfoDict){ |
| | | JSONObject taxPrev12mthsOverdueFineInfo = taxPrevMnMthsOverdueFineInfoDict.getJSONObject("taxPrev12mthsOverdueFineInfo"); |
| | | if (null!= taxPrev12mthsOverdueFineInfo){ |
| | | taxVO.setOverdueFineInfoAmt12( (BigDecimal) taxPrev12mthsOverdueFineInfo.get("overdueFineInfoAmt")); |
| | | Object o = taxPrev12mthsOverdueFineInfo.get("overdueFineInfoAmt"); |
| | | if(o!=null){ |
| | | taxVO.setOverdueFineInfoAmt12( new BigDecimal(o.toString()) ); |
| | | } |
| | | |
| | | taxVO.setOverdueFineInfoCnt12( (Integer) taxPrev12mthsOverdueFineInfo.get("overdueFineInfoCnt")); |
| | | } |
| | | // 近3个月滞纳金金额(元) |