更新
This commit is contained in:
parent
625eaccbd3
commit
c868730c02
@ -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
|
||||
|
@ -486,7 +486,7 @@ export default {
|
||||
.logo-box {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background: #fff;
|
||||
//background: #fff;
|
||||
}
|
||||
.logo-box img{
|
||||
width: 50px;
|
||||
|
Loading…
Reference in New Issue
Block a user