作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

导出功能优化

@@ -255,15 +255,11 @@ class Registers extends Backend @@ -255,15 +255,11 @@ class Registers extends Backend
255 } 255 }
256 } 256 }
257 if ($row) { 257 if ($row) {
258 - dump("aaaa");  
259 - dump("bbbb");  
260 //如果订单编号为空,则视为该条数据为空 258 //如果订单编号为空,则视为该条数据为空
261 if(isset($row['order_sn']) && !empty($row['order_sn'])){ 259 if(isset($row['order_sn']) && !empty($row['order_sn'])){
262 $insert[] = $row; 260 $insert[] = $row;
263 - dump("cccc");  
264 } 261 }
265 } 262 }
266 - dump($insert);  
267 } 263 }
268 } catch (Exception $exception) { 264 } catch (Exception $exception) {
269 $this->error($exception->getMessage()); 265 $this->error($exception->getMessage());