XiaoRuby
2023-09-11 e2c14ffb0a6237bb5c397f5d0baaa4fa70cfe3b0
base-server/src/main/resources/mapper/ElementTechnologyMapper.xml
@@ -12,6 +12,6 @@
    <update id="delAllByTechId">
        update mom_ocean.element_technology
        set state=0
        where tech_tem_id in (${id})
        where tech_tem_id in (${ids})
    </update>
</mapper>