Commit d6117fe96ff9b435f277d0777c74ddd8ec82e238
1 parent
94a7ae5e
1.修改报表缺考bug
Showing
1 changed file
with
1 additions
and
1 deletions
src/com/fh/controller/api/V1.java
... | ... | @@ -1700,7 +1700,7 @@ public class V1 extends BaseController { |
1700 | 1700 | testPaperInfo.getQuestionId()); |
1701 | 1701 | testInfoPd.put("ANSWER", |
1702 | 1702 | testPaperInfo.getAnswer()); |
1703 | - flag = testPaperInfo.getAnswer().toString().equals("")?"":testPaperInfo.getAnswer().toString(); | |
1703 | + flag = testPaperInfo.getAnswer().toString().equals("")?""+flag:testPaperInfo.getAnswer().toString(); | |
1704 | 1704 | testInfoPd.put("RIGHT", |
1705 | 1705 | testPaperInfo.getRight()); |
1706 | 1706 | testInfoPd.put("SCORE", | ... | ... |