main
parent
c9f1b5dc68
commit
52a429704b
|
|
@ -56,6 +56,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="status != null "> and a.status = #{status}</if>
|
||||
<if test="updateBy != null and updateBy != ''"> and a.updateBy = #{updateBy}</if>
|
||||
</where>
|
||||
order by a.create_time desc
|
||||
</select>
|
||||
|
||||
<select id="selectAppUserFriendById" parameterType="Long" resultMap="AppUserFriendResult">
|
||||
|
|
|
|||
Loading…
Reference in New Issue