This commit is contained in:
许允枞 2024-11-07 15:49:58 +08:00
parent 625eaccbd3
commit c868730c02
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<if test="schoolName != null and schoolName != ''"> and school_name like concat('%', #{schoolName}, '%')</if>
<if test="year != null">
create_time like concat(#{year},'%')
AND create_time like concat(#{year},'%')
</if>
</where>
group by school_name

View File

@ -486,7 +486,7 @@ export default {
.logo-box {
width: 50px;
height: 50px;
background: #fff;
//background: #fff;
}
.logo-box img{
width: 50px;