往来单位列表创建时间倒叙
This commit is contained in:
parent
b0e00b40a3
commit
82a5bf2cee
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue