修改导入相关的问题
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user