src/main/resources/mapper/modules/MemberMapper.xml
@@ -7,6 +7,9 @@ select * from member <where> <if test="record != null" > <if test="record.inviteId !=null and record.inviteId!=''"> and find_in_set(#{record.inviteId}, referer_ids) </if> <if test="record.startTime!=null"> and create_time >=#{record.startTime} </if>