|
|
@ -4632,6 +4632,7 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
processEntity.setHandlerDept(name); |
|
|
|
itemHandleProcessService.insert(processEntity); |
|
|
|
|
|
|
|
|
|
|
|
// 删除已流转协助部门
|
|
|
|
itemDeptService.modifyItemDepts(deptId, id); |
|
|
|
// 新增流转协助部门
|
|
|
@ -4747,9 +4748,9 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
entity.setEvaluationScore(2); |
|
|
|
entity.setEvaluationContent("满意"); |
|
|
|
entity.setEvaluationTime(new Date()); |
|
|
|
entity.setEvaluationState("0"); |
|
|
|
updateById(entity); |
|
|
|
} |
|
|
|
entity.setEvaluationState("0"); |
|
|
|
updateById(entity); |
|
|
|
//诉求评价
|
|
|
|
pushToCityGridService.evaluation(itemId); |
|
|
|
|
|
|
|