|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
<select id="page"
|
|
<select id="page"
|
|
resultType="cn.com.qmth.mps.vo.school.SchoolVo">
|
|
resultType="cn.com.qmth.mps.vo.school.SchoolVo">
|
|
- select t.*,s.name schoolName from mps_school
|
|
|
|
|
|
+ select t.*,t.name schoolName from mps_school
|
|
t
|
|
t
|
|
where 1=1
|
|
where 1=1
|
|
<if test="schoolId != null">
|
|
<if test="schoolId != null">
|