无关风月
2024-11-14 350067a73fc9ed0a35582b900533c2708d5b1212
guns-management/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/InviteMapper.xml
@@ -38,6 +38,7 @@
        <if test="startTime!=null and endTime != null">
            and (t1.insertTime BETWEEN #{startTime} and #{endTime} )
        </if>
        and t1.type=1
        </where>
        group by t1.giftUserId
        ORDER BY amount desc