|
|
@@ -467,6 +467,8 @@ public class GoodsShopServiceImpl extends ServiceImpl<GoodsShopDao, GoodsShop> i
|
|
|
goodsShopVo.setDistributionDistance(3000.00);
|
|
|
GoodsShop shop = new GoodsShop();
|
|
|
BeanUtils.copyProperties(goodsShopVo, shop);
|
|
|
+// 默认不是供应商
|
|
|
+ shop.setIsSupplier(1);
|
|
|
baseMapper.insert(shop);
|
|
|
CommonInfo name = commonInfoService.findOne(12);
|
|
|
Msg byPhone = msgDao.findByPhone(goodsShopVo.getPhone());
|