Crunchy
2024-07-23 e07e0f836e64c5795a4819894a8c515f689ad535
inspect-server/src/main/resources/mapper/InsProductMapper.xml
@@ -92,8 +92,9 @@
        where state = 1
        and (ins_fibers_id is not null or ins_fiber_id is not null)
        and ins_result is null
        and son_laboratory = #{laboratory}
        and ins_sample_id in
        <foreach collection="list" index="index" item="item" open="(" separator="," close=")">
        <foreach collection="ids" index="index" item="item" open="(" separator="," close=")">
            #{item}
        </foreach>
    </select>