linhw 2024-07-03 10:11:27 +08:00
parent c9f1b5dc68
commit 52a429704b
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="status != null "> and a.status = #{status}</if> <if test="status != null "> and a.status = #{status}</if>
<if test="updateBy != null and updateBy != ''"> and a.updateBy = #{updateBy}</if> <if test="updateBy != null and updateBy != ''"> and a.updateBy = #{updateBy}</if>
</where> </where>
order by a.create_time desc
</select> </select>
<select id="selectAppUserFriendById" parameterType="Long" resultMap="AppUserFriendResult"> <select id="selectAppUserFriendById" parameterType="Long" resultMap="AppUserFriendResult">