Commit 8a40c129 authored by hangjun83's avatar hangjun83

后端:百化销售订单退货功能逻辑

parent 88f46dea
...@@ -615,7 +615,8 @@ class BhOrdersService ...@@ -615,7 +615,8 @@ class BhOrdersService
} }
if($sOrderDetail['so_pay_status'] == 0){ if($sOrderDetail['so_pay_status'] == 0){
throw new \LogicException('未完成付款的订单不能取消转预存款!',500); return ;
//throw new \LogicException('未完成付款的订单不能取消转预存款!',500);
} }
if($sOrderDetail['so_pay_status'] == 1){ if($sOrderDetail['so_pay_status'] == 1){
throw new \LogicException('部分付款的订单不能取消明细,请联系管理员!',500); throw new \LogicException('部分付款的订单不能取消明细,请联系管理员!',500);
......
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