|
|
|
|
@ -241,6 +241,8 @@ public class ComplaintCollectionServiceImpl implements ComplaintCollectionServic
|
|
|
|
|
collectionUpdateParam.setAccountabilityTarget(request.getAccountabilityTarget()); |
|
|
|
|
collectionUpdateParam.setCompletionStatus(request.getCompletionStatus()); |
|
|
|
|
collectionUpdateParam.setPublicRecognition(request.getPublicRecognition()); |
|
|
|
|
// 更新归集表状态
|
|
|
|
|
collectionUpdateParam.setStatus("1"); |
|
|
|
|
complaintCollectionResourceService.updateSelectiveById(collectionUpdateParam); |
|
|
|
|
// 是否属实
|
|
|
|
|
boolean itTure = InspectCaseEnum.isItTure(checkStatus); |
|
|
|
|
@ -338,11 +340,6 @@ public class ComplaintCollectionServiceImpl implements ComplaintCollectionServic
|
|
|
|
|
VerifyData verifyData = buildVerifyData(request); |
|
|
|
|
applyCompletionAction.updateNegative(negative, verifyData); |
|
|
|
|
} |
|
|
|
|
// 更新归集表状态
|
|
|
|
|
ComplaintCollectionUpdateParam updateParam = new ComplaintCollectionUpdateParam(); |
|
|
|
|
updateParam.setId(request.getComplaintId()); |
|
|
|
|
updateParam.setStatus("1"); |
|
|
|
|
complaintCollectionResourceService.updateSelectiveById(updateParam); |
|
|
|
|
return Result.success(true); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|