fix
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user