新增店铺二级分类选择
This commit is contained in:
parent
eade3040d2
commit
37d6173697
@ -2301,6 +2301,11 @@ public class ShopStoreBaseServiceImpl extends BaseServiceImpl<ShopStoreBaseMappe
|
|||||||
base.setStore_category_id(store_category_id);
|
base.setStore_category_id(store_category_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Integer store_2nd_category_id = getParameter("store_2nd_category_id", Integer.class);
|
||||||
|
if (store_2nd_category_id != null) {
|
||||||
|
base.setStore_2nd_category_id(store_2nd_category_id);
|
||||||
|
}
|
||||||
|
|
||||||
Integer store_is_selfsupport = getParameter("store_is_selfsupport", Integer.class);
|
Integer store_is_selfsupport = getParameter("store_is_selfsupport", Integer.class);
|
||||||
if (store_is_selfsupport != null) {
|
if (store_is_selfsupport != null) {
|
||||||
base.setStore_is_selfsupport(store_is_selfsupport);
|
base.setStore_is_selfsupport(store_is_selfsupport);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user