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