|
@@ -270,7 +270,7 @@ public class DfyTicketServiceImpl implements DfyTicketService {
|
|
paymentService2.applicantRefund(applicantRefundParam2Model);
|
|
paymentService2.applicantRefund(applicantRefundParam2Model);
|
|
}
|
|
}
|
|
|
|
|
|
- return ResultContent.buildContent(tuiPiaoResponse);
|
|
|
|
|
|
+ return tuiPiaoResponse.getSuccess()? ResultContent.buildContent(tuiPiaoResponse):ResultContent.build(ResultState.Fail, tuiPiaoResponse.getMsg());
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|