| | |
| | | //super.validatePageInfo(pd); |
| | | |
| | | Assert.hasKeyAndValue(paramIn, "applicationKeyId", "钥匙申请ID不能为空"); |
| | | Assert.hasKeyAndValue(paramIn, "communityId", "必填,请填写小区ID"); |
| | | |
| | | Assert.hasKeyAndValue(paramIn, "name", "必填,请填写姓名"); |
| | | Assert.hasKeyAndValue(paramIn, "tel", "必填,请填写手机号"); |
| | | Assert.hasKeyAndValue(paramIn, "typeCd", "必填,请选择用户类型"); |
| | |
| | | Assert.hasKeyAndValue(paramIn, "idCard", "必填,请填写身份证号"); |
| | | Assert.hasKeyAndValue(paramIn, "startTime", "必填,请选择开始时间"); |
| | | Assert.hasKeyAndValue(paramIn, "endTime", "必填,请选择结束时间"); |
| | | Assert.hasKeyAndValue(paramIn, "locationTypeCd", "必填,位置不能为空"); |
| | | Assert.hasKeyAndValue(paramIn, "locationObjId", "必填,未选择位置对象"); |
| | | |
| | | |
| | | super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.LIST_APPLICATION_KEY); |