读取Nickname接口修改

master
yqyg16603827325@126.com 3 years ago
parent 43b7455ec0
commit b7e633a087

@ -50,6 +50,7 @@ public class ShopServiceImpl implements ShopService {
for (Shop shop : nice) { for (Shop shop : nice) {
Shop sp = new Shop(); Shop sp = new Shop();
sp.setId(shop.getId()); sp.setId(shop.getId());
sp.setNkName(shop.getNkName());
sp.setStatus(1); sp.setStatus(1);
shopRepository.save(sp); shopRepository.save(sp);
} }

Loading…
Cancel
Save