src/main/resources/mapper/ReportDao.xml
@@ -19,12 +19,13 @@ and r.report_materials is not null </if> <if test="reportParamDto.havaMaterial == 0"> and r.report_materials is null and (r.report_materials is null or r.report_materials='') </if> </if> <if test="reportParamDto.isInGroup != null"> and r.is_in_group = ${reportParamDto.isInGroup} </if> and r.status = 0 </where> order by r.ctime DESC </select>