|
|
@@ -76,7 +76,7 @@ public class YhShopUserController {
|
|
|
if (dbShop == null) {
|
|
|
throw BusinessRuntimeException.getInstance("店铺不存在");
|
|
|
}
|
|
|
- yhShop.setContact(contact);
|
|
|
+ dbShop.setContact(contact);
|
|
|
yhShopMapper.updateById(dbShop);
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult();
|
|
|
}
|