Commit 9e4ac80c authored by hj's avatar hj

更新提交

parent 89ebc295
...@@ -293,6 +293,7 @@ class RhawnOrdersService ...@@ -293,6 +293,7 @@ class RhawnOrdersService
unset($dpdetail[$key]); unset($dpdetail[$key]);
} }
} }
if(!empty($soItemIds)) return null;
$soItems = app(RhawnSoitemsRepositoryEloquent::class)->getSorderItemFromItemId($soItemIds); $soItems = app(RhawnSoitemsRepositoryEloquent::class)->getSorderItemFromItemId($soItemIds);
if(!$soItems){ if(!$soItems){
throw new \Exception('订单项不存在',500); throw new \Exception('订单项不存在',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