修改了困难模块查询列表的排序
This commit is contained in:
@@ -159,7 +159,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="majorId != null ">and d.major_id = #{majorId}</if>
|
||||
<if test="classId != null ">and c.class_id = #{classId}</if>
|
||||
</where>
|
||||
order by a.id asc
|
||||
order by a.id desc
|
||||
</select>
|
||||
|
||||
<select id="countXw" parameterType="CphSearch" resultType="SrsKnrdApply">
|
||||
@@ -185,6 +185,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="classId != null ">and c.class_id = #{classId}</if>
|
||||
</where>
|
||||
group by ejxyldqmyj
|
||||
order by a.id desc
|
||||
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user