|
|
@ -1527,6 +1527,8 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
handleProcessEntity.setHandleAdvice(dto.getHandleAdvice()); |
|
|
|
handleProcessEntity.setOutHandleAdvice(dto.getOutHandleAdvice()); |
|
|
|
handleProcessEntity.setHandleAdviceRemark(dto.getHandleAdviceRemark()); |
|
|
|
handleProcessEntity.setTitle(dto.getTitle()); |
|
|
|
handleProcessEntity.setNature(dto.getNature()); |
|
|
|
// 当前操作人部门tyeKey
|
|
|
|
String sendTypeKey = ""; |
|
|
|
log.info("处理项目-进入判断"); |
|
|
@ -1883,7 +1885,10 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
SysDeptDTO dept = resultdept.getData(); |
|
|
|
if (!OrganizationTypeConstant.ORG_TYPE_GRID_PARTY.equals(dept.getTypeKey())) { |
|
|
|
// 诉求处理,上报市平台
|
|
|
|
pushToCityGridService.appealHandling(ConvertUtils.sourceToTarget(handleProcessEntity, ItemHandleProcessDTO.class), NumConstant.ZERO_STR); |
|
|
|
ItemHandleProcessDTO processDTO = ConvertUtils.sourceToTarget(handleProcessEntity, ItemHandleProcessDTO.class); |
|
|
|
processDTO.setTitle(dto.getTitle()); |
|
|
|
processDTO.setNature(dto.getNature()); |
|
|
|
pushToCityGridService.appealHandling(processDTO, NumConstant.ZERO_STR); |
|
|
|
} |
|
|
|
// 诉求审核,上报市平台
|
|
|
|
//itemAutoProcessRedis.produce(handleProcessEntity.getId().concat(":3"), System.currentTimeMillis() + (131 * 1000));
|
|
|
|