| | |
| | | import com.java110.web.smo.visit.IAddVisitSMO; |
| | | import org.springframework.web.client.RestTemplate; |
| | | import com.java110.core.context.IPageData; |
| | | import com.java110.web.core.AbstractComponentSMO; |
| | | import com.java110.core.component.AbstractComponentSMO; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.http.HttpMethod; |
| | |
| | | Assert.hasKeyAndValue(paramIn, "ownerId", "必填,请填写目标业主ID"); |
| | | Assert.hasKeyAndValue(paramIn, "phoneNumber", "必填,请填写访客联系方式"); |
| | | Assert.hasKeyAndValue(paramIn, "visitTime", "必填,请填写访客拜访时间"); |
| | | Assert.hasKeyAndValue(paramIn, "departureTime", "必填,请填写访客离开时间"); |
| | | |
| | | |
| | | super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_VISIT); |