Commit 50c44cc5 authored by hangjun83's avatar hangjun83

1、增加对期货商品的退货逻辑

parent 3db41cf3
......@@ -334,6 +334,10 @@ class BhOrdersService
$currentProcessNums = $spotNums;
if($spotNums == 0) {
break;
}
// 如果有期货数量优先处理
if($futuresNum > 0){
$currentProcessNums = $futuresNum;
......
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