|
@@ -51,11 +51,11 @@
|
|
|
AND a.supervisor_id = #{reqVO.supervisorId}
|
|
|
</if>
|
|
|
|
|
|
- <if test="reqVo.major != null">
|
|
|
+ <if test="reqVO.major != null">
|
|
|
AND a.major = #{reqVO.major}
|
|
|
</if>
|
|
|
|
|
|
- <if test="reqVo.masterType != null">
|
|
|
+ <if test="reqVO.masterType != null">
|
|
|
AND a.masterType = #{reqVO.masterType}
|
|
|
</if>
|
|
|
|
|
@@ -135,10 +135,12 @@
|
|
|
<if test="reqVO.supervisorId != null">
|
|
|
AND a.supervisor_id = #{reqVO.supervisorId}
|
|
|
</if>
|
|
|
- <if test="reqVo.major != null">
|
|
|
+
|
|
|
+ <if test="reqVO.major != null">
|
|
|
AND a.major = #{reqVO.major}
|
|
|
</if>
|
|
|
- <if test="reqVo.masterType != null">
|
|
|
+
|
|
|
+ <if test="reqVO.masterType != null">
|
|
|
AND a.masterType = #{reqVO.masterType}
|
|
|
</if>
|
|
|
|