|
|
@@ -171,8 +171,8 @@ public class TeacherAwardController {
|
|
|
if(rowData.getIsThesis() == null){
|
|
|
rowData.setIsThesis("");
|
|
|
}
|
|
|
- if(rowData.getCompetitionName() == null){
|
|
|
- rowData.setCompetitionName("");
|
|
|
+ if(rowData.getWholeCompetitionName() == null){
|
|
|
+ rowData.setWholeCompetitionName("");
|
|
|
}
|
|
|
if(rowData.getMediaType() == null){
|
|
|
rowData.setMediaType("");
|
|
|
@@ -181,7 +181,6 @@ public class TeacherAwardController {
|
|
|
rowData.setTeacherAwardItemScore("");
|
|
|
}
|
|
|
|
|
|
-
|
|
|
if(el.getIsThesis() == 1){
|
|
|
rowData.setIsThesis("是");
|
|
|
}else if(el.getIsThesis() == 0){
|