往来单位列表创建时间倒叙

This commit is contained in:
hayu 2024-04-17 10:45:01 +08:00
parent b0e00b40a3
commit 82a5bf2cee
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="typeName != null and typeName != ''"> <if test="typeName != null and typeName != ''">
AND a.type_name = #{typeName} AND a.type_name = #{typeName}
</if> </if>
ORDER BY a.create_time DESC
</select> </select>
<select id="getUserAll" resultMap="UsersResult"> <select id="getUserAll" resultMap="UsersResult">
select user_id id,nick_name name select user_id id,nick_name name