wuxw
2019-12-16 bdfb519e59d7119dcf5835a4b6ebd6c4d2006470
WebService/src/main/java/com/java110/web/smo/basePrivilege/impl/AddBasePrivilegeSMOImpl.java
@@ -31,6 +31,7 @@
        //Assert.hasKeyAndValue(paramIn, "xxx", "xxx");
        Assert.hasKeyAndValue(paramIn, "name", "必填,请填写权限名称");
        Assert.hasKeyAndValue(paramIn, "domain", "必填,请选择商户类型");
        Assert.hasKeyAndValue(paramIn, "resource", "必填,请填写资源路径");
        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.BASE_PRIVILEGE);