|
@ -178,7 +178,7 @@ public class PayService {
|
|
|
businessOrderRefundDO.setRefuseDesc(refuseDesc);
|
|
|
businessOrderDao.save(businessOrderDO);
|
|
|
businessOrderRefundDao.save(businessOrderRefundDO);
|
|
|
result.put(ResponseContant.resultFlag, ResponseContant.fail);
|
|
|
result.put(ResponseContant.resultFlag, ResponseContant.success);
|
|
|
result.put(ResponseContant.resultMsg, "success");
|
|
|
return result;
|
|
|
}
|
|
@ -228,7 +228,7 @@ public class PayService {
|
|
|
//退款申请提交成功
|
|
|
throw new Exception(map.get("return_msg").toString());
|
|
|
}
|
|
|
result.put(ResponseContant.resultFlag, ResponseContant.fail);
|
|
|
result.put(ResponseContant.resultFlag, ResponseContant.success);
|
|
|
result.put(ResponseContant.resultMsg, "success");
|
|
|
return result;
|
|
|
}
|