chengwl 4 éve
szülő
commit
b92f3d5ad1
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      application/controller/WigsOutCtrl.php

+ 1 - 1
application/controller/WigsOutCtrl.php

@@ -743,7 +743,7 @@ class WigsOutCtrl{
     }
     
     public function printAll(){
-        $sql = 'SELECT `order_barcode`,`goods_info`,`transport`,`print_time` FROM `app_wigsout` WHERE `order_status`=2 AND `print_times`=1 ORDER BY `in_time` DESC limit 10;';
+        $sql = 'SELECT `order_barcode`,`goods_info`,`transport`,`print_time` FROM `app_wigsout` WHERE `order_status`=2 AND `print_times`=1 ORDER BY `in_time` DESC limit 50;';
         $query = $this->db->querySql($sql);
         $rs = $this->db->queryRsAll($query);
         if(empty($rs)){