Explorar el Código

mq

tags/正式版本
王宁 hace 2 años
padre
commit
9c3209ffbb

+ 0
- 1
sexam/src/main/java/com/xhkjedu/sexam/listener/MessageConsumer.java Ver fichero

@@ -41,7 +41,6 @@ public class MessageConsumer {
41 41
             String msg = new String(message.getBody(), "UTF-8");
42 42
             System.out.println(LocalDateTime.now() + "学生试题答案合并接收消息内容:" + msg);
43 43
             EPaperStudentQuestion psq = JSON.parseObject(msg, EPaperStudentQuestion.class);
44
-            psq.setDevice(null);
45 44
             if (psq.getConverted() != 1) {//合并失败不修改学生答案
46 45
                 psq.setStuanswer(null);
47 46
             } else {

Loading…
Cancelar
Guardar