|
|
@ -96,7 +96,7 @@ public class StaffPatrolRecordServiceImpl extends BaseServiceImpl<StaffPatrolRec |
|
|
|
Result<CustomerGridDTO> gridResult = govOrgFeignClient.getGridBaseInfoByGridId(customerGridFormDTO); |
|
|
|
if (!gridResult.success() || null == gridResult.getData()) { |
|
|
|
//查询网格名称失败
|
|
|
|
log.error(String.format("查找网格信息失败,网格Id:【%s】", formDTO.getGridId())); |
|
|
|
log.error(String.format("查找网格信息失败,网格Id:【%s】", entity.getGrid())); |
|
|
|
throw new RenException(gridResult.getCode(), gridResult.getMsg()); |
|
|
|
} |
|
|
|
CustomerGridDTO grid = gridResult.getData(); |
|
|
|