记得上下班打卡 | git大法好,push需谨慎

Commit 84e2db62 authored by wangyifan's avatar wangyifan

修复 发货 无法退款问题

parent cec3798f
...@@ -274,7 +274,7 @@ public class GoblinOrderAppServiceImpl implements IGoblinOrderAppService { ...@@ -274,7 +274,7 @@ public class GoblinOrderAppServiceImpl implements IGoblinOrderAppService {
} }
if (!(orderVo.getStatus() == GoblinStatusConst.Status.ORDER_STATUS_2.getValue() || if (!(orderVo.getStatus() == GoblinStatusConst.Status.ORDER_STATUS_2.getValue() ||
// orderVo.getStatus() == GoblinStatusConst.Status.ORDER_STATUS_3.getValue() || orderVo.getStatus() == GoblinStatusConst.Status.ORDER_STATUS_3.getValue() ||
orderVo.getStatus() == GoblinStatusConst.Status.ORDER_STATUS_4.getValue())) { orderVo.getStatus() == GoblinStatusConst.Status.ORDER_STATUS_4.getValue())) {
return ResponseDto.failure("不可操作"); return ResponseDto.failure("不可操作");
} }
......
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