@@ -27,12 +27,6 @@ public class ExamOnlineRespDTO extends ExamDTO {
private Integer associate;
- public Integer getAssociate() {
- if(null!=getCourseId() || getCourseId().length()<=0){
- return 0;
- }
- return 1;