소스 검색

增加删除品牌数据

stanley-king 8 년 전
부모
커밋
fbee00f45d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)) {
                 $this->del_keys('mb_salelist*');
                 $this->del_keys('mb_brand');
+                $this->del_keys('mb_brandex');
             }
         }