|
@@ -327,6 +327,7 @@ public class PlanManageController {
|
|
for( int i =0 ;i<idList.size(); i++){
|
|
for( int i =0 ;i<idList.size(); i++){
|
|
ids[i] = idList.get(i);
|
|
ids[i] = idList.get(i);
|
|
}
|
|
}
|
|
|
|
+
|
|
List<UserEntity> userList = userCenterClient.findUserIdsByUserIds(ids);
|
|
List<UserEntity> userList = userCenterClient.findUserIdsByUserIds(ids);
|
|
for (PlanManage plan : pages.getList()) {
|
|
for (PlanManage plan : pages.getList()) {
|
|
for(UserEntity userEntity : userList){
|
|
for(UserEntity userEntity : userList){
|