chengwl 4 år sedan
förälder
incheckning
b92f3d5ad1
1 ändrade filer med 1 tillägg och 1 borttagningar
  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)){