chenrui
2025-04-02 e4774c6ff705d93fcf3694e244a18dad7f0bec77
basic-server/src/main/resources/mapper/StandardProductListMapper.xml
@@ -154,4 +154,12 @@
        from structure_test_object_part
        where part_no = #{partNo}
    </select>
    <update id="updateProductListCheckStatus">
        UPDATE standard_product_list SET check_status = #{checkStatus}
        WHERE ID IN
        <foreach collection="ids" open="(" close=")" item="item">
            #{item}
        </foreach>
    </update>
</mapper>