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

Commit 5fc81c72 authored by wangyifan's avatar wangyifan

恢复 商品订单已发货不能退款逻辑

parent b203a7e5
......@@ -274,7 +274,7 @@ public class GoblinOrderAppServiceImpl implements IGoblinOrderAppService {
}
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())) {
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