提交 51c8c678 编写于 作者: LLL0315's avatar LLL0315

bug#v1.5.0_缓存影响后台新增分类

新增一级分类,再新增一个分类,选择不到第一次新增的一级分类
上级 1d11f494
......@@ -2091,6 +2091,9 @@ class GoodsService
$data['add_time'] = time();
if(Db::name('GoodsCategory')->insertGetId($data) > 0)
{
// 删除大分类缓存
cache(config('shopxo.cache_goods_category_key'), null);
return DataReturn('添加成功', 0);
}
return DataReturn('添加失败', -100);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册