青羊经侦大队-数据平台
wl
2022-12-26 a93cecfb49c06cd39f363bc6202a8779ab15b06e
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>