shish 2 years ago
parent
commit
6de7d6006f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/PurchaseOrderController.php

+ 1 - 1
app-ghs/controllers/PurchaseOrderController.php

@@ -561,7 +561,7 @@ class PurchaseOrderController extends BaseController
                 }
             }
         }
-print_r($where);die;
+
         $data = PurchaseOrderClass::getOrderList($where);
 
         if ($export == 1) {