|
@@ -143,9 +143,9 @@ public class Video2ServiceImpl implements Video2Service {
|
|
|
GoodsResultModel goodsResultModel = listResultContent.getContent().get(0);
|
|
|
UpdateGoodsModel updateGoodsModel = new UpdateGoodsModel();
|
|
|
updateGoodsModel.setId(goodsResultModel.getId());
|
|
|
- if (notifyOrderReq.getStatus().equals("1")) {
|
|
|
+ if (notifyOrderReq.getStatus().equals("01")) {
|
|
|
updateGoodsModel.setGoodsState(OrderType.USED);
|
|
|
- } else if (notifyOrderReq.getStatus().equals("3")) {
|
|
|
+ } else if (notifyOrderReq.getStatus().equals("03")) {
|
|
|
ApplicantRefundParam2Model applicantRefundParam2Model = new ApplicantRefundParam2Model();
|
|
|
applicantRefundParam2Model.setId(goodsResultModel.getId());
|
|
|
applicantRefundParam2Model.setRemark("充值失败退款");
|