店铺新增添加默认字段

This commit is contained in:
ly19960718 2021-04-09 19:00:01 +08:00
parent 0cf5871afb
commit a1be7140e8

View File

@ -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 {