zss
2023-09-05 b9e2c1619cf61bcd5f24b858fff738244d20566e
standard-server/src/main/resources/mapper/ProductMapper.xml
@@ -88,6 +88,14 @@
                                where technology.state = 1
                                  and specifications_id = #{specificationsId})
    </select>
    <!--查询标准BOM技术指标中该型号工艺下最新版本的检验项目-->
    <select id="selProByVerSpe" resultType="com.yuanchu.mom.pojo.Product">
        select *
        from mom_ocean.product
        where state = 1
          and version = #{ver}
          and technology_id = #{technologyId}
    </select>
    <!--根据工艺路线id删除-->
    <update id="delProByTecId">