代码提交
This commit is contained in:
@@ -60,7 +60,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="surveyId != null "> and survey_id = #{surveyId}</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
<select id="selectSurItineraryByReturnSchoolId" parameterType="Long" resultMap="SurItineraryResult">
|
||||
<include refid="selectSurItineraryVo"/>
|
||||
where return_school_id = #{returnSchoolId}
|
||||
|
Reference in New Issue
Block a user