diff --git a/ruoyi/src/main/resources/mybatis/benyi/BySchoolcalendarClassMapper.xml b/ruoyi/src/main/resources/mybatis/benyi/BySchoolcalendarClassMapper.xml index ca6025aad..ba4fc8e12 100644 --- a/ruoyi/src/main/resources/mybatis/benyi/BySchoolcalendarClassMapper.xml +++ b/ruoyi/src/main/resources/mybatis/benyi/BySchoolcalendarClassMapper.xml @@ -1,22 +1,22 @@ + PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" + "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> - - - - - - - - - - - - + + + + + + + + + + + + @@ -44,20 +44,22 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" from by_schoolcalendar_class s, by_class c - - - and name like concat('%', #{name}, '%') - and type = #{type} - and classid = #{classid} - and xnxq = #{xnxq} - and deptId = #{deptid} - and activitytime = #{activitytime} - and activityendtime = #{activityendtime} - and stylecolor = #{stylecolor} - and createuserid = #{createuserid} - and createtime = #{createtime} - + where s.classid=c.bjbh + + and name like concat('%', #{name}, '%') + and type = #{type} + and classid = #{classid} + and xnxq = #{xnxq} + and deptId = #{deptid} + and activitytime = #{activitytime} + and activityendtime = #{activityendtime} + and stylecolor = #{stylecolor} + and createuserid = #{createuserid} + and createtime = #{createtime} +