|
@ -6489,8 +6489,7 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
if (itemHotlineEntity == null){ |
|
|
if (itemHotlineEntity == null){ |
|
|
throw new Exception("此id找不到12345热线数据"+hotlineDTO.getId()); |
|
|
throw new Exception("此id找不到12345热线数据"+hotlineDTO.getId()); |
|
|
} |
|
|
} |
|
|
itemHotlineEntity.setStreetId(hotlineDTO.getGridId()); |
|
|
|
|
|
itemHotlineDao.updateById(itemHotlineEntity); |
|
|
|
|
|
|
|
|
|
|
|
MetaSysDeptEntity metaSysDeptEntity = new MetaSysDeptEntity(); |
|
|
MetaSysDeptEntity metaSysDeptEntity = new MetaSysDeptEntity(); |
|
|
|
|
|
|
|
@ -6525,8 +6524,8 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
entity.setIsPeople("1");//诉求上报
|
|
|
entity.setIsPeople("1");//诉求上报
|
|
|
entity.setPeopleFlag("1");// 发展
|
|
|
entity.setPeopleFlag("1");// 发展
|
|
|
// 上报网格化得经纬度 这里随便默认一个经纬度
|
|
|
// 上报网格化得经纬度 这里随便默认一个经纬度
|
|
|
entity.setIssueLatitude(36.0761600000); |
|
|
entity.setIssueLatitude(36.0761600000); |
|
|
entity.setIssueLongitude(120.3332500000); |
|
|
entity.setIssueLongitude(120.3332500000); |
|
|
entity.setAppealSource(NumConstant.THREE_STR); |
|
|
entity.setAppealSource(NumConstant.THREE_STR); |
|
|
//执法诉求所属街道的市中心编码
|
|
|
//执法诉求所属街道的市中心编码
|
|
|
Result<SysDeptDTO> dtoResult = adminFeignClient.getSysDeptInfo(entity.getGridId()); |
|
|
Result<SysDeptDTO> dtoResult = adminFeignClient.getSysDeptInfo(entity.getGridId()); |
|
@ -6563,6 +6562,10 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
dto.setHandleCategory(ItemHandleCategoryEnum.HANDLE_CLOSING_CASE_APPLY.getValue()); |
|
|
dto.setHandleCategory(ItemHandleCategoryEnum.HANDLE_CLOSING_CASE_APPLY.getValue()); |
|
|
sendItemToDsf(dto, itemHandleProcessEntity); |
|
|
sendItemToDsf(dto, itemHandleProcessEntity); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
itemHotlineEntity.setStreetId(String.valueOf(entity.getGridId())); |
|
|
|
|
|
itemHotlineDao.updateById(itemHotlineEntity); |
|
|
|
|
|
|
|
|
} catch (Exception e) { |
|
|
} catch (Exception e) { |
|
|
StringBuffer str = new StringBuffer(); |
|
|
StringBuffer str = new StringBuffer(); |
|
|
str.append("12345数据发展"); |
|
|
str.append("12345数据发展"); |
|
@ -6583,8 +6586,7 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
if (itemHotlineEntity == null){ |
|
|
if (itemHotlineEntity == null){ |
|
|
throw new Exception("此id找不到12345热线数据"+hotlineDTO.getId()); |
|
|
throw new Exception("此id找不到12345热线数据"+hotlineDTO.getId()); |
|
|
} |
|
|
} |
|
|
itemHotlineEntity.setStreetId(hotlineDTO.getGridId()); |
|
|
|
|
|
itemHotlineDao.updateById(itemHotlineEntity); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*UserDetail userDetail = SecurityUser.getUser(); |
|
|
/*UserDetail userDetail = SecurityUser.getUser(); |
|
@ -6683,6 +6685,10 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
// 23-6-28执法诉求响应
|
|
|
// 23-6-28执法诉求响应
|
|
|
itemAutoProcessRedis.produce(itemHandleProcessEntity.getId().concat(":8"), System.currentTimeMillis() + (59 * 1000)); |
|
|
itemAutoProcessRedis.produce(itemHandleProcessEntity.getId().concat(":8"), System.currentTimeMillis() + (59 * 1000)); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
itemHotlineEntity.setStreetId(String.valueOf(itemEntity.getGridId())); |
|
|
|
|
|
itemHotlineDao.updateById(itemHotlineEntity); |
|
|
|
|
|
|
|
|
}catch (Exception e){ |
|
|
}catch (Exception e){ |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|