记得上下班打卡 | git大法好,push需谨慎

Commit 776c5728 authored by dongchun's avatar dongchun

提交商品分类功能

parent aecd6143
...@@ -65,6 +65,7 @@ public class GoblinSelfCategoryAdminController extends BaseController { ...@@ -65,6 +65,7 @@ public class GoblinSelfCategoryAdminController extends BaseController {
return AjaxResult.warn("请指定商品分类"); return AjaxResult.warn("请指定商品分类");
} }
queryWrapper.eq(GoblinSelfGoodsCategory::getCatePid, cateId); queryWrapper.eq(GoblinSelfGoodsCategory::getCatePid, cateId);
break;
default: default:
logger.warn("店铺管理:商品分类:筛选:无效参数[grade={},cateId={}]", grade, cateId); logger.warn("店铺管理:商品分类:筛选:无效参数[grade={},cateId={}]", grade, cateId);
return AjaxResult.warn("无效参数"); return AjaxResult.warn("无效参数");
......
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
url: prefix + "/audit/reject", url: prefix + "/audit/reject",
data: { "storeId": storeIds, "reason": value }, data: { "storeId": storeIds, "reason": value },
success:function(res) { success:function(res) {
closeModal () refreshItem()
} }
}) })
} }
......
...@@ -59,9 +59,7 @@ ...@@ -59,9 +59,7 @@
border-style: none; border-style: none;
padding: 0; padding: 0;
} }
.kv-hidden {
display: none !important;
}
.layui-layer-btn0, .layui-layer-btn1 { .layui-layer-btn0, .layui-layer-btn1 {
font-size: 12px; font-size: 12px;
font-weight: normal; font-weight: normal;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment