|
@@ -74,9 +74,8 @@ public class SwjtuController {
|
|
GetFinalScoreDataResp gfsdReqResp = examScoreDataCloudService
|
|
GetFinalScoreDataResp gfsdReqResp = examScoreDataCloudService
|
|
.getFinalScoreData(gfsdReq);
|
|
.getFinalScoreData(gfsdReq);
|
|
ScoreDataBean scoreDataBean = gfsdReqResp.getScoreDataBean();
|
|
ScoreDataBean scoreDataBean = gfsdReqResp.getScoreDataBean();
|
|
- Boolean present = gfsdReqResp.getPresent();
|
|
|
|
|
|
|
|
- if (!present) {
|
|
|
|
|
|
+ if (null == scoreDataBean) {
|
|
map.put(" exist", false);
|
|
map.put(" exist", false);
|
|
} else {
|
|
} else {
|
|
map.put(" exist", true);
|
|
map.put(" exist", true);
|