作者 郭盛
1 个管道 的构建 通过 耗费 1 秒

修改全部订单

@@ -88,9 +88,6 @@ class OrderDetail extends Backend @@ -88,9 +88,6 @@ class OrderDetail extends Backend
88 } 88 }
89 $v['pic_id'] = trim(implode(',',$type_ids),','); 89 $v['pic_id'] = trim(implode(',',$type_ids),',');
90 } 90 }
91 -  
92 -  
93 -  
94 //苹果登录后的订单 91 //苹果登录后的订单
95 $two = Db::name('iphone') 92 $two = Db::name('iphone')
96 ->where('status',2) 93 ->where('status',2)