双重预防项目-国泰新华二开定制版
16639036659
2024-07-17 5676b8b307fe74abf811760e8534da6506fee74c
src/main/resources/mybatis/tr/TbSpecialCheckItemLogMapper.xml
@@ -38,7 +38,7 @@
            <if test="reportStatus != null">
            and report_status = #{reportStatus}
            </if>
            order by  create_date desc
            order by  report_status desc,check_name asc
        </where>
    </select>
<!--    TbSpecialCheckItemDangerLog getSpecialCheckItemDangerLogByIndexId(Long indexId);;-->