java110
2020-06-01 42f4246ff22f871b7cee15113cbe7523de8ab578
FrontService/src/main/java/com/java110/front/smo/feeConfig/impl/EditFeeConfigSMOImpl.java
@@ -37,6 +37,7 @@
        Assert.hasKeyAndValue(paramIn, "squarePrice", "必填,请填写计费单价");
        Assert.hasKeyAndValue(paramIn, "additionalAmount", "必填,请填写附加费用");
        Assert.hasKeyAndValue(paramIn, "communityId", "未包含小区ID");
        Assert.hasKeyAndValue(paramIn, "billType", "必填,请填写出账类型");
        //super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST__FEECONFIG);