|
|
@ -205,9 +205,9 @@ public class StrangerAccessRecordServiceImpl extends BaseServiceImpl<StrangerAcc |
|
|
|
public Result<HomeDesignByCustomerResultDTO> getGridHome(TokenDto tokenDTO, StrangerFormDTO strangerFormDTO) { |
|
|
|
//1.先判断参数
|
|
|
|
//居民端 所以参数必须是居民端的参数 否则就是参数错误s
|
|
|
|
/*if (!AppClientConstant.APP_RESI.equals(tokenDTO.getApp())) { |
|
|
|
if (!AppClientConstant.APP_RESI.equals(tokenDTO.getApp())) { |
|
|
|
return new Result<HomeDesignByCustomerResultDTO>().error(StrangerResiGuideConstant.PARAMETER_EXCEPTION); |
|
|
|
}*/ |
|
|
|
} |
|
|
|
//token里边有所属端 userId这些参数 前台传递customerID和gridId
|
|
|
|
//2:调用epmet-user服务查询数据 新建网格记录数据
|
|
|
|
VisitedFormDTO visitedFormDTO = new VisitedFormDTO(); |
|
|
|