Fixiaobai
2023-09-25 d5e3e8e67e817f0146df30d92ff8a16db674bea8
standard-server/src/main/resources/mapper/TechnologyMapper.xml
@@ -74,6 +74,15 @@
          and version = #{version}
    </select>
    <!--查询该型号下版本下的所有数据-->
    <select id="selAllByVerSpId" resultType="com.yuanchu.mom.pojo.Technology">
        select *
        from mom_ocean.technology
        where state = 1
          and specifications_id = #{spId}
          and version = #{ver}
    </select>
    <!--批量删除-->
    <update id="delAllTech">
        update mom_ocean.technology