Commit 21df4996 authored by hangjun83's avatar hangjun83

百化工具类bug修复

parent 80db0bcc
...@@ -349,6 +349,7 @@ class BhOrdersService ...@@ -349,6 +349,7 @@ class BhOrdersService
} }
//查询是否已经开票,如果开票不能进行退货 //查询是否已经开票,如果开票不能进行退货
if($refundInfo->refund_nums > $futuresNum){
$dpdetail = $dbConnect->table('dpdetail') $dpdetail = $dbConnect->table('dpdetail')
->where('si_id',$orderitem['si_id']) ->where('si_id',$orderitem['si_id'])
->get(); ->get();
...@@ -360,6 +361,7 @@ class BhOrdersService ...@@ -360,6 +361,7 @@ class BhOrdersService
} }
} }
} }
}
// 如果有期货先处理期货,然后在处理现货。期货不需要dpdetail拆单 // 如果有期货先处理期货,然后在处理现货。期货不需要dpdetail拆单
while(true) { while(true) {
......
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