jyy
2021-03-18 a5c67e27c22831e54e0a4b9eb22166368d446673
zq-erp/src/main/java/com/matrix/system/app/vo/BusinessesDataShowVo.java
@@ -275,7 +275,7 @@
    }
    public BigDecimal getPeopleCnt() {
        return peopleCnt;
        return peopleCnt == null ? BigDecimal.ZERO : peopleCnt.setScale(2, BigDecimal.ROUND_DOWN);
    }
    public void setPeopleCnt(BigDecimal peopleCnt) {