XiaoRuby
2023-09-09 08b73231454d852f1af710fa039a4d5376e764d9
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">