wuxw
2020-02-18 1c9c4d0b6cd221e685a30b1c8aef53349d45cde0
WebService/src/main/java/com/java110/web/smo/basePrivilege/impl/EditBasePrivilegeSMOImpl.java
@@ -31,6 +31,7 @@
        Assert.hasKeyAndValue(paramIn, "pId", "权限ID不能为空");
        Assert.hasKeyAndValue(paramIn, "name", "必填,请填写权限名称");
        Assert.hasKeyAndValue(paramIn, "domain", "必填,请选择商户类型");
        Assert.hasKeyAndValue(paramIn, "resource", "必填,请填写资源路径");
        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.BASE_PRIVILEGE);