@@ -103,6 +103,8 @@
<if test="dwmc != null and dwmc != ''">
and bui.dwmc LIKE concat('%', #{dwmc}, '%')
</if>
+ ORDER BY bgqa.id desc
+
</select>
<select id="findById" resultType="Map" resultMap="BaseResultMap">