|
|
@@ -2366,6 +2366,11 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
receivedGptConditionDto.setStatus(Boolean.FALSE);
|
|
|
return receivedGptConditionDto;
|
|
|
}
|
|
|
+ //是否通过当前替换前车票已经获取过 镜像车票
|
|
|
+ if (compensateReceivedRecordNfRelationId.equals(submitRelationId)) {
|
|
|
+ receivedGptConditionDto.setStatus(Boolean.FALSE);
|
|
|
+ return receivedGptConditionDto;
|
|
|
+ }
|
|
|
//恢复中 可获取
|
|
|
if (last.getStatus() == 0) {
|
|
|
receivedGptConditionDto.setStatus(Boolean.TRUE);
|