This commit is contained in:
shuo.wang
2025-01-14 11:39:07 +08:00
parent 1e66c58717
commit 9651ced5a1

View File

@@ -178,7 +178,7 @@ public class ExportRealizeServiceImpl implements ExportRealizeService {
}
for (BranchShopResponse response :list){
ExportBranchShopDTO dto = new ExportBranchShopDTO();
dto.setUserName(response.getUserName());
dto.setUserName(response.getUsername());
dto.setMobile(response.getMobile());
dto.setShopName(response.getShopName());
dto.setShopCode(response.getShopCode());