old mode 100644
new mode 100755
| | |
| | | import org.springframework.web.client.RestTemplate; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 添加小区服务实现类 |
| | | * add by wuxw 2019-06-30 |
| | |
| | | |
| | | //Assert.hasKeyAndValue(paramIn, "xxx", "xxx"); |
| | | Assert.hasKeyAndValue(paramIn, "domain", "必填,请填写域"); |
| | | Assert.hasKeyAndValue(paramIn, "name", "必填,请填写名称"); |
| | | Assert.hasKeyAndValue(paramIn, "key", "必填,请填写键"); |
| | | Assert.hasKeyAndValue(paramIn, "value", "必填,请填写值"); |
| | | |
| | | Assert.hasKeyAndValue(paramIn, "name", "必填,请填写名称"); |
| | | Assert.hasKeyAndValue(paramIn, "key", "必填,请填写键"); |
| | | Assert.hasKeyAndValue(paramIn, "value", "必填,请填写值"); |
| | | |
| | | |
| | | super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_MAPPING); |