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>