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>