|
|
@ -2837,7 +2837,12 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
ItemGridPlatformHandleStatusEnum.HANDLE_YQSQ.getValue() == dto.getState() || |
|
|
ItemGridPlatformHandleStatusEnum.HANDLE_YQSQ.getValue() == dto.getState() || |
|
|
ItemGridPlatformHandleStatusEnum.HANDLE_SQBJ.getValue() == dto.getState() || |
|
|
ItemGridPlatformHandleStatusEnum.HANDLE_SQBJ.getValue() == dto.getState() || |
|
|
ItemGridPlatformHandleStatusEnum.HANDLE_XSSQ.getValue() == dto.getState()) { |
|
|
ItemGridPlatformHandleStatusEnum.HANDLE_XSSQ.getValue() == dto.getState()) { |
|
|
pushToCityGridService.appealReporting(dto.getId(), NumConstant.ONE_STR); |
|
|
|
|
|
|
|
|
// pushToCityGridService.appealReporting(dto.getId(), NumConstant.ONE_STR);
|
|
|
|
|
|
} |
|
|
|
|
|
// 网格化平台,处置完成
|
|
|
|
|
|
if (ItemGridPlatformHandleStatusEnum.HANDLE_CL.getValue() == dto.getState()) { |
|
|
|
|
|
pushToCityGridService.appealHandling(dto); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|