zss
2023-09-07 9fe4b53620f1ea0a4278240a7acee7bc4ef739c6
standard-server/src/main/resources/mapper/TechnologyMapper.xml
@@ -61,6 +61,16 @@
        where state = 1
          and specifications_id = #{specificationsId}
    </select>
    <!--查询该型号工艺下最新版本的工艺id-->
    <select id="selTech" resultType="java.lang.Integer">
        select id
        from mom_ocean.technology
        where state = 1
          and father = #{techfather}
          and name = #{techname}
          and specifications_id = #{specificationId}
          and version = #{version}
    </select>
    <!--批量删除-->
    <update id="delAllTech">