zoujiajian há 2 anos atrás
pai
commit
3182e27193

+ 1 - 1
netflix-web/src/main/java/com/cyksj/web/controller/manage/goods/shop/YhShopUserController.java

@@ -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();
 	}