离歌笑
2019-10-22 65b30b7cac0a3fdcb8cec19c73411af0e2858766
WebService/src/main/java/com/java110/web/smo/org/impl/EditOrgSMOImpl.java
@@ -33,7 +33,7 @@
        Assert.hasKeyAndValue(paramIn, "orgName", "必填,请填写组织名称");
        Assert.hasKeyAndValue(paramIn, "orgLevel", "必填,请填写报修人名称");
        Assert.hasKeyAndValue(paramIn, "parentOrgId", "必填,请选择上级ID");
        Assert.hasKeyAndValue(paramIn, "description", "必填,请填写描述");
        //Assert.hasKeyAndValue(paramIn, "description", "必填,请填写描述");
        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.LIST_ORG);