This commit is contained in:
shuo.wang
2025-04-12 22:42:19 +08:00
parent 4350aae97d
commit 3dbe3c227f
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ public class ShopAccountServiceImpl implements ShopAccountService {
shopAccountDOS.forEach(x->{
ShopAccountDTO shopAccountDTO = new ShopAccountDTO();
shopAccountDTO.setBoundPhone(x.getBoundPhone());
shopAccountDTO.setShopId(x.getShopId());
shopAccountDTO.setSystemName(x.getSystemName());
shopAccountDTO.setAccount(x.getAccount());