Commit 85b7fc7a011a27149252a4eabb797b5edd644790

Authored by liquanyu
1 parent 98c196096d
Exists in master and in 1 other branch dev

问卷调查

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/QuestionFacade.java View file @ 85b7fc7
... ... @@ -138,7 +138,7 @@
138 138 diary= "感恩日记:准备一个专门的笔记本,每天写三件让自己感恩的事情,感恩的事情不分大小。例如感恩自己的坚持、感恩家人的付出、感恩胎儿健康、感恩饭桌上的一菜一汤,感恩今天发生的事情。";
139 139 }
140 140 data.put("diary",diary);
141   -
  141 + response.setData(data);
142 142 response.setErrormsg("成功");
143 143 response.setErrorcode(ErrorCodeConstants.SUCCESS);
144 144 return response;