|
|
@@ -30,8 +30,7 @@ public class AddBasePrivilegeSMOImpl extends AbstractComponentSMO implements IAd
|
|
|
|
|
|
//Assert.hasKeyAndValue(paramIn, "xxx", "xxx");
|
|
|
Assert.hasKeyAndValue(paramIn, "name", "必填,请填写权限名称");
|
|
|
-Assert.hasKeyAndValue(paramIn, "domain", "必填,请选择商户类型");
|
|
|
-
|
|
|
+ Assert.hasKeyAndValue(paramIn, "domain", "必填,请选择商户类型");
|
|
|
|
|
|
|
|
|
super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.BASE_PRIVILEGE);
|