bluejay
2025-04-09 925f8cc68b9b114808b33a9461294f9b10451db9
aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanTempMapper.xml
@@ -202,4 +202,9 @@
            #{id}
        </foreach>
    </delete>
    <delete id="deleteApsPlatePlanTempById" parameterType="String">
        delete from aps_plate_plan_temp where id = #{id}
    </delete>
</mapper>