|
|
|
@ -306,10 +306,10 @@ public class ComplaintCollectionServiceImpl implements ComplaintCollectionServic |
|
|
|
.stream() |
|
|
|
.stream() |
|
|
|
.findFirst() |
|
|
|
.findFirst() |
|
|
|
.orElseThrow(() -> new ValidationException("未找到对应的投诉数据")); |
|
|
|
.orElseThrow(() -> new ValidationException("未找到对应的投诉数据")); |
|
|
|
if ("23".equals(complaint.getSourceTable()) && |
|
|
|
// if ("23".equals(complaint.getSourceTable()) &&
|
|
|
|
!ComplaintCollectionProcessingStatusEnum.ALLOWED_COMPLETE_STATUS.contains(complaint.getProcessingStatus())) { |
|
|
|
// !ComplaintCollectionProcessingStatusEnum.ALLOWED_COMPLETE_STATUS.contains(complaint.getProcessingStatus())) {
|
|
|
|
throw new ValidationException("局长信箱只能操作已办结和已终止类型状态"); |
|
|
|
// throw new ValidationException("局长信箱只能操作已办结和已终止类型状态");
|
|
|
|
} |
|
|
|
// }
|
|
|
|
String userName = UserContextHolder.getCurrentUser().getUserName(); |
|
|
|
String userName = UserContextHolder.getCurrentUser().getUserName(); |
|
|
|
String checkStatus = SfssUtil.getCheckStatusCategory(request.getCheckStatusCode()); |
|
|
|
String checkStatus = SfssUtil.getCheckStatusCategory(request.getCheckStatusCode()); |
|
|
|
// 更新表头基本信息
|
|
|
|
// 更新表头基本信息
|
|
|
|
|