gongchunyi
2026-08-13 9debb6ad025d430f339501815af185abbf2dbae1
src/main/resources/mapper/safe/SafeContingencyPlanMapper.xml
@@ -33,6 +33,7 @@
        <if test="c.planType != null and c.planType != ''">
            and scp.plan_type like concat('%', #{c.planType}, '%')
        </if>
         order by scp.id desc
    </select>
</mapper>