|
|
@@ -146,6 +146,8 @@ public class GoodsShopServiceImpl extends ServiceImpl<GoodsShopDao, GoodsShop> i
|
|
|
}
|
|
|
// 默认不是供应商
|
|
|
goodsShop.setIsSupplier(1);
|
|
|
+// 默认开启消息配置
|
|
|
+ goodsShop.setMessageConfiguration(0);
|
|
|
|
|
|
|
|
|
baseMapper.insert(goodsShop);
|
|
|
@@ -470,6 +472,8 @@ public class GoodsShopServiceImpl extends ServiceImpl<GoodsShopDao, GoodsShop> i
|
|
|
BeanUtils.copyProperties(goodsShopVo, shop);
|
|
|
// 默认不是供应商
|
|
|
shop.setIsSupplier(1);
|
|
|
+// 默认开启消息配置
|
|
|
+ goodsShop.setMessageConfiguration(0);
|
|
|
baseMapper.insert(shop);
|
|
|
CommonInfo name = commonInfoService.findOne(12);
|
|
|
Msg byPhone = msgDao.findByPhone(goodsShopVo.getPhone());
|