dever hace 3 años
padre
commit
aa2f289cd8
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      app/shop/database/buy_order.php

+ 6 - 0
app/shop/database/buy_order.php

@@ -618,6 +618,7 @@ if ($search_option_source_type) {
 }
 
 
+
 $config = array
 (
     # 表名
@@ -866,4 +867,9 @@ $config = array
     ),
 );
 
+
+$search_option_parent_order_id = Dever::input('search_option_parent_order_id');
+if ($search_option_parent_order_id) {
+    $config['manage']['search'] = false;
+}
 return $config;