正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
| @@ -34,7 +34,9 @@ class Extension3915ModuleController extends BaseController | @@ -34,7 +34,9 @@ class Extension3915ModuleController extends BaseController | ||
| 34 | $searchParam = [ | 34 | $searchParam = [ |
| 35 | 'module_id'=>$this->param['module_id'], | 35 | 'module_id'=>$this->param['module_id'], |
| 36 | ]; | 36 | ]; |
| 37 | - $resultData = Cache::get('extension_module_list_3915_'.$this->param['module_id']); | 37 | + //先暂时去掉缓存 |
| 38 | +// $resultData = Cache::get('extension_module_list_3915_'.$this->param['module_id']); | ||
| 39 | + $resultData = []; | ||
| 38 | if(empty($resultData)){ | 40 | if(empty($resultData)){ |
| 39 | $data = []; | 41 | $data = []; |
| 40 | $moduleValueModel = new ExtensionModuleValue(); | 42 | $moduleValueModel = new ExtensionModuleValue(); |
-
请 注册 或 登录 后发表评论