java110
2020-06-16 24fd330a29f74785791c90836a70ea00a2911dc4
service-front/src/main/java/com/java110/front/smo/feeConfig/impl/AddFeeConfigSMOImpl.java
@@ -40,6 +40,9 @@
        Assert.hasKeyAndValue(paramIn, "additionalAmount", "必填,请填写附加费用");
        Assert.hasKeyAndValue(paramIn, "communityId", "未包含小区ID");
        Assert.hasKeyAndValue(paramIn, "billType", "未包含出账类型");
        Assert.hasKeyAndValue(paramIn, "billType", "未包含出账类型");
        Assert.hasKeyAndValue(paramIn, "paymentCd", "付费类型不能为空");
        Assert.hasKeyAndValue(paramIn, "paymentCycle", "缴费周期不能为空");
        //super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_FEECONFIG);