代码提交

This commit is contained in:
2025-08-01 10:44:56 +08:00
parent 896aea2b62
commit 78a19c07ce
6 changed files with 69 additions and 6 deletions

View File

@@ -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}