店铺新增添加默认字段
This commit is contained in:
parent
0cf5871afb
commit
a1be7140e8
@ -89,6 +89,7 @@ public class ShopServiceImpl extends DefaultBaseService implements IShopService
|
||||
Map<String, Object> params = HashMapUtil.beanToMap(shopVO);
|
||||
params.put("shopId", shopId);
|
||||
params.put("isLogOff", 0);//是否注销 未注销
|
||||
params.put("isCertification", 0);//是否认证 未认证
|
||||
if (StringUtils.isBlank(token)) {
|
||||
setSaveInfo(params);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user