From d5751211ff1c8c58929a57732cf3b755d5b86a05 Mon Sep 17 00:00:00 2001 From: paidaxing444 <12qwaszx> Date: Thu, 27 Aug 2020 10:41:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8F=AD=E7=BA=A7=E5=9B=AD=E5=8E=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../benyi/BySchoolcalendarClassMapper.xml | 60 ++++++++++--------- 1 file changed, 31 insertions(+), 29 deletions(-) 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} +