zouyu
2026-04-15 7f75b111c64641a21b8f3784fb9b4cc34e681b2d
inspect-server/src/main/resources/mapper/InsProductMapper.xml
@@ -172,4 +172,13 @@
        order by io.first_submit_date desc
        limit 10
    </select>
    <select id="getRevocationInsProductList" resultType="com.ruoyi.inspect.pojo.InsProduct">
        select *
        from ins_product
        WHERE state = 1
        AND id in
        <foreach collection="ids" item="id" open="(" close=")" separator=",">
            #{id}
        </foreach>
    </select>
</mapper>