|
@@ -171,7 +171,7 @@ public class TransferApplyController {
|
|
} else {
|
|
} else {
|
|
List list = service.list(qw);
|
|
List list = service.list(qw);
|
|
List newData = service.getUserAndCustomerName(list);
|
|
List newData = service.getUserAndCustomerName(list);
|
|
- map.put("data", list);
|
|
|
|
|
|
+ map.put("data", newData);
|
|
}
|
|
}
|
|
return ResponseFormat.success(map);
|
|
return ResponseFormat.success(map);
|
|
}
|
|
}
|