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

导出功能优化

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