浏览代码

重置试卷模板和题块状态

ywx
雍文秀 16 小时前
父节点
当前提交
0efffa7f47
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      smarking/src/main/resources/mapper/exam/MsSubjectMapper.xml

+ 1
- 1
smarking/src/main/resources/mapper/exam/MsSubjectMapper.xml 查看文件

@@ -87,7 +87,7 @@
87 87
     </update>
88 88
     <!--重置试卷模板和题块状态-->
89 89
     <update id="updateTempAndBlockStateByMpid">
90
-        update ms_subject s,ms_paper p set s.ptstate=0 s.pbstate=0 where s.msid=p.msid and p.mpid=#{mpid}
90
+        update ms_subject s,ms_paper p set s.ptstate=0,s.pbstate=0 where s.msid=p.msid and p.mpid=#{mpid}
91 91
     </update>
92 92
 
93 93
     <!--更改考试科目监考设置状态-->

正在加载...
取消
保存