Commit ebbdc6f0 by 徐康

问题修复

parent 9004257c
...@@ -3556,7 +3556,7 @@ public class OrderServiceImpl implements Orderservice { ...@@ -3556,7 +3556,7 @@ public class OrderServiceImpl implements Orderservice {
return ResponseUtil.error(ResponseResult.ORDER__ERRORREFUND.getCode(), "处理中,请稍等。"); return ResponseUtil.error(ResponseResult.ORDER__ERRORREFUND.getCode(), "处理中,请稍等。");
} }
if(Integer.valueOf(1).equals(queryRefundFailuresListDto.getLastFailureType())) { if(Integer.valueOf(1).equals(queryRefundFailuresListDto.getLastFailureType()) || Integer.valueOf(2).equals(queryRefundFailuresListDto.getLastFailureType())) {
Long refundId = System.currentTimeMillis(); Long refundId = System.currentTimeMillis();
if (orderBean.getAmount() != 0) { if (orderBean.getAmount() != 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment