Commit 285dbab0 authored by clone's avatar clone

bug

parent b24c0cf5
......@@ -85,6 +85,9 @@ class ReportService
foreach ($house_arr as $k => $v) {
//todo 批量插入到数据库
if($v <= 0){
break;
}
$order_no = $this->createOrderNumber();
array_push($order_arr, $this->orderBin($order_no, $id, $v));
}
......
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