提交 c8ff407f authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 c498af92
...@@ -52,8 +52,8 @@ public class FgNoticeController { ...@@ -52,8 +52,8 @@ public class FgNoticeController {
List<Notice> list = noticeService.selectByExample(example); List<Notice> list = noticeService.selectByExample(example);
for (Notice notice : list) { for (Notice notice : list) {
// 问卷数据 // 问卷数据
if (notice.getExType() != 3) { if (notice.getType() == 4) {
System.out.println(notice.getExType());
if(notice.getExType() ==null) { if(notice.getExType() ==null) {
FgAnswerForm form = new FgAnswerForm(); FgAnswerForm form = new FgAnswerForm();
form.setExaminationId(notice.getResId()); form.setExaminationId(notice.getResId());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论