Commit 495a26aa authored by hj's avatar hj

更新提交

parent 9e4ac80c
......@@ -293,7 +293,7 @@ class RhawnOrdersService
unset($dpdetail[$key]);
}
}
if(!empty($soItemIds)) return null;
if(empty($soItemIds)) return null;
$soItems = app(RhawnSoitemsRepositoryEloquent::class)->getSorderItemFromItemId($soItemIds);
if(!$soItems){
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