gongchunyi
2026-08-06 9d748ae6f7540349146cf4d7c1f9f6ad90c14f8d
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>