|
|
|
@ -3753,7 +3753,7 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
itemHandleProcessDto.setGridTaskcnname("区中心"); |
|
|
|
item.setItemState(ItemHandleCategoryEnum.HANDLE_CLOSING_CASE.getValue()); |
|
|
|
// 可以进行评价了,默认评分-满意
|
|
|
|
item.setEvaluationScore(NumConstant.ONE); |
|
|
|
item.setEvaluationScore(ItemEvaluationLevel.LEVALUATION_LEVEL_BETTER); |
|
|
|
item.setEvaluationState(NumConstant.ONE_STR); |
|
|
|
updateById(item); |
|
|
|
} else if ("1".equals(formDto.getState())) { |
|
|
|
|