|
@@ -164,7 +164,7 @@ public class StudentManageServiceImpl implements StudentManageService {
|
|
}
|
|
}
|
|
|
|
|
|
if(userContractVersionMap.containsKey(dto.getUserId())){
|
|
if(userContractVersionMap.containsKey(dto.getUserId())){
|
|
- dto.setContractVersions(StringUtils.join(userContractVersionMap.get(dto.getUserId())));
|
|
|
|
|
|
+ dto.setContractVersions(StringUtils.join(userContractVersionMap.get(dto.getUserId()), ","));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|