Your Name 2 years ago
parent
commit
0353c58ff9
1 changed files with 0 additions and 5 deletions
  1. 0 5
      service/agent/database/member_shop_log.php

+ 0 - 5
service/agent/database/member_shop_log.php

@@ -1,6 +1,4 @@
 <?php
-
-$mid = Dever::input('search_option_mid');
 $shop = function()
 {
     $array = array();
@@ -62,7 +60,6 @@ return array
             'desc'      => '店铺名称',
             'match'     => 'is_numeric',
             'option'    => $shop,
-            // 'list'		=> 'Dever::db("shop/info-find#name", {old_shop_id})',
             'list'      => true,
             //'list_order' => 6,
         ),
@@ -75,7 +72,6 @@ return array
             'desc'      => '店铺名称',
             'match'     => 'is_numeric',
             'option'    => $shop,
-            // 'list'		=> 'Dever::db("shop/info-find#name", {new_shop_id})',
             'list'      => true,
             //'list_order' => 6,
         ),
@@ -107,7 +103,6 @@ return array
         'edit' => false,
         'insert' => false,
         'delete' => false,
-        // 'button' => $button,
     ),
 
     'request' => array