xuhy
2025-06-27 73147c6034c1c67db96eaa8d76fdf86104a5a2ce
UserOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/InviteMapper.xml
@@ -10,9 +10,10 @@
        <if test="null != uid">
            and t1.inviteUserId = #{uid}
        </if>
        <if test="null != startTime and null != endTime">
        <if test="null != startTime and '' != startTime">
            and t1.registerTime between #{startTime} and #{endTime}
        </if>
        and t1.userType = 1
        order by t1.registerTime desc
        limit #{pageNum}, #{size}
    </select>