|
|
@ -6489,8 +6489,7 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
if (itemHotlineEntity == null){ |
|
|
|
throw new Exception("此id找不到12345热线数据"+hotlineDTO.getId()); |
|
|
|
} |
|
|
|
itemHotlineEntity.setStreetId(hotlineDTO.getGridId()); |
|
|
|
itemHotlineDao.updateById(itemHotlineEntity); |
|
|
|
|
|
|
|
|
|
|
|
MetaSysDeptEntity metaSysDeptEntity = new MetaSysDeptEntity(); |
|
|
|
|
|
|
@ -6563,6 +6562,10 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
dto.setHandleCategory(ItemHandleCategoryEnum.HANDLE_CLOSING_CASE_APPLY.getValue()); |
|
|
|
sendItemToDsf(dto, itemHandleProcessEntity); |
|
|
|
} |
|
|
|
|
|
|
|
itemHotlineEntity.setStreetId(String.valueOf(entity.getGridId())); |
|
|
|
itemHotlineDao.updateById(itemHotlineEntity); |
|
|
|
|
|
|
|
} catch (Exception e) { |
|
|
|
StringBuffer str = new StringBuffer(); |
|
|
|
str.append("12345数据发展"); |
|
|
@ -6583,8 +6586,7 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
if (itemHotlineEntity == null){ |
|
|
|
throw new Exception("此id找不到12345热线数据"+hotlineDTO.getId()); |
|
|
|
} |
|
|
|
itemHotlineEntity.setStreetId(hotlineDTO.getGridId()); |
|
|
|
itemHotlineDao.updateById(itemHotlineEntity); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*UserDetail userDetail = SecurityUser.getUser(); |
|
|
@ -6683,6 +6685,10 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
// 23-6-28执法诉求响应
|
|
|
|
itemAutoProcessRedis.produce(itemHandleProcessEntity.getId().concat(":8"), System.currentTimeMillis() + (59 * 1000)); |
|
|
|
|
|
|
|
|
|
|
|
itemHotlineEntity.setStreetId(String.valueOf(itemEntity.getGridId())); |
|
|
|
itemHotlineDao.updateById(itemHotlineEntity); |
|
|
|
|
|
|
|
}catch (Exception e){ |
|
|
|
|
|
|
|
} |
|
|
|