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