xiaoyong931011
2021-03-17 80f6a0daaa13c409a1f85c5c329ef74f2fffa9b7
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) {