青羊经侦大队-数据平台
wl
2022-12-26 d989e2c3d930d58162aefc56eec681111dfd7d5b
fix: 查询材料为空
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/ReportDao.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/ReportDao.xml
@@ -19,7 +19,7 @@
                    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">