增加教师管理部分判断

This commit is contained in:
sk1551
2020-05-09 16:59:35 +08:00
parent 659f5e38d4
commit bf1836db64
3 changed files with 22 additions and 9 deletions

View File

@ -46,7 +46,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
c.bjbh, c.bjmc
from by_schoolcalendar_class sc, by_class c
<where>
<if test="name != null and name != ''"> and sc.name like concat('%', #{name}, '%')</if>
<if test="type != null and type != ''"> and sc.type = #{type}</if>
<if test="classid != null and classid != ''"> and sc.classid = #{classid}</if>