cqpCow hai 1 ano
pai
achega
e24aceebf7
Modificáronse 1 ficheiros con 24 adicións e 0 borrados
  1. 24 0
      config/morequery.php

+ 24 - 0
config/morequery.php

@@ -0,0 +1,24 @@
+<?php
+
+return [
+    "api/customerList" => 16,
+    "api/paymentReceiptList" => 48,
+    "api/salesOrderList" => [
+        'key' => 'order_list',
+        'array' => [
+            1 => 37,
+            2 => 43,
+        ],
+    ],
+    "api/invoiceOrderList" => 36,
+    "api/ReturnExchangeOrderList" => 35,
+    "api/constructionList" => 34,
+    "api/purchaseOrderList" => [
+        'key' => 'order_type',
+        'array' => [
+            1 => 38,
+            5 => 45,
+        ],
+    ]
+];
+