更新
This commit is contained in:
parent
625eaccbd3
commit
c868730c02
@ -64,7 +64,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
<where>
|
<where>
|
||||||
<if test="schoolName != null and schoolName != ''"> and school_name like concat('%', #{schoolName}, '%')</if>
|
<if test="schoolName != null and schoolName != ''"> and school_name like concat('%', #{schoolName}, '%')</if>
|
||||||
<if test="year != null">
|
<if test="year != null">
|
||||||
create_time like concat(#{year},'%')
|
AND create_time like concat(#{year},'%')
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
group by school_name
|
group by school_name
|
||||||
|
@ -486,7 +486,7 @@ export default {
|
|||||||
.logo-box {
|
.logo-box {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background: #fff;
|
//background: #fff;
|
||||||
}
|
}
|
||||||
.logo-box img{
|
.logo-box img{
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
Loading…
Reference in New Issue
Block a user