xuhy
2025-03-11 21e3c4adb7aa7d5a92fc844cb6141648c06f8f76
DriverOKTravel/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 = 2
        order by t1.registerTime desc
        limit #{pageNum}, #{size}
    </select>