修改导入相关的问题

This commit is contained in:
2025-08-05 09:28:52 +08:00
parent 55ac707a8c
commit 4fbbc31a64
3 changed files with 84 additions and 40 deletions

View File

@ -60,6 +60,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="gtYear != null "> and bynf <![CDATA[ >= ]]> #{gtYear}</if>
<if test="ltYear != null "> and bynf <![CDATA[ <= ]]> #{ltYear}</if>
</where>
order by update_time desc
</select>
<select id="selectCjStudentByIds" resultMap="CjStudentResult">
@ -92,6 +93,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
dbry is not null and dbry != '' and dbry != '无' and dbry != '暂无'
</where>
order by update_time desc
</select>
<select id="selectCjStudentById" parameterType="Long" resultMap="CjStudentResult">