src/main/resources/mapper/ReportDao.xml @@ -25,6 +25,7 @@ <if test="reportParamDto.isInGroup != null"> and r.is_in_group = ${reportParamDto.isInGroup} </if> and r.status = 0 </where> order by r.ctime DESC </select>