This commit is contained in:
shuo.wang
2025-01-14 11:40:31 +08:00
parent 9651ced5a1
commit 85aeaa4243

View File

@@ -379,7 +379,7 @@ public class ShopServiceImpl implements ShopService {
BranchShopResponse response = new BranchShopResponse();
response.setShopId(dto.getId());
response.setLineId(dto.getLineId());
response.setUserName(dto.getUsername());
response.setUsername(dto.getUsername());
response.setMobile(dto.getMobile());
response.setShopName(dto.getShopName());
response.setShopCode(dto.getShopCode());