java110
2020-05-28 f7b32b8f0143ea03f81ff5a54a5fd1fd208b921b
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);