gongchunyi
2026-08-06 75d5861396dd76d2526d5475b1b3ea8151540c79
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>