...
|
...
|
@@ -255,15 +255,11 @@ class Registers extends Backend |
|
|
}
|
|
|
}
|
|
|
if ($row) {
|
|
|
dump("aaaa");
|
|
|
dump("bbbb");
|
|
|
//如果订单编号为空,则视为该条数据为空
|
|
|
if(isset($row['order_sn']) && !empty($row['order_sn'])){
|
|
|
$insert[] = $row;
|
|
|
dump("cccc");
|
|
|
}
|
|
|
}
|
|
|
dump($insert);
|
|
|
}
|
|
|
} catch (Exception $exception) {
|
|
|
$this->error($exception->getMessage());
|
...
|
...
|
|