| | |
| | | import com.java110.utils.constant.PrivilegeCodeConstant; |
| | | import com.java110.utils.constant.ServiceConstant; |
| | | import com.java110.utils.util.Assert; |
| | | import com.java110.web.core.AbstractComponentSMO; |
| | | import com.java110.core.component.AbstractComponentSMO; |
| | | import com.java110.web.smo.org.IAddOrgSMO; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.http.HttpMethod; |
| | |
| | | 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); |