Ver Fonte

退款原因

gongfuzhu há 1 ano atrás
pai
commit
3f1e0278ef

+ 1 - 1
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/service/impl/DfyTicketServiceImpl.java

@@ -201,7 +201,7 @@ public class DfyTicketServiceImpl implements DfyTicketService {
             ApplicantRefundParam2Model applicantRefundParam2Model = new ApplicantRefundParam2Model();
             applicantRefundParam2Model.setUserId(authHelper.getCurrentUser().getUserId());
             applicantRefundParam2Model.setId(goodsResultModel.getId());
-            applicantRefundParam2Model.setRemark(tuiPiaoResponse.getMsg());
+            applicantRefundParam2Model.setRemark(tuiPiaoRequest.getCauseContent());
             paymentService2.applicantRefund(applicantRefundParam2Model);
         }