Commit 09cab0bf by baochunxin

#G:修改已提交查询状态

parent ceef3804
...@@ -63,7 +63,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -63,7 +63,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="countYfb" parameterType="TeacherFiles" resultType="Integer"> <select id="countYfb" parameterType="TeacherFiles" resultType="Integer">
select count(id) from teacher_files select count(id) from teacher_files
<where> <where>
state = '2' state = '4'
<if test="noticeId != null and noticeId != ''"> and notice_id = #{noticeId}</if> <if test="noticeId != null and noticeId != ''"> and notice_id = #{noticeId}</if>
<if test="filesSemester != null and filesSemester != ''"> and files_semester = #{filesSemester}</if> <if test="filesSemester != null and filesSemester != ''"> and files_semester = #{filesSemester}</if>
<if test="teacherId != null "> and teacher_id = #{teacherId}</if> <if test="teacherId != null "> and teacher_id = #{teacherId}</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment