Browse Source

增加删除品牌数据

stanley-king 8 years ago
parent
commit
fbee00f45d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      admin/control/cache.php

+ 1 - 0
admin/control/cache.php

@@ -158,6 +158,7 @@ class cacheControl extends SystemControl
             if (in_array('salelist',$todo)) {
             if (in_array('salelist',$todo)) {
                 $this->del_keys('mb_salelist*');
                 $this->del_keys('mb_salelist*');
                 $this->del_keys('mb_brand');
                 $this->del_keys('mb_brand');
+                $this->del_keys('mb_brandex');
             }
             }
         }
         }