zss
2023-09-15 cd5b5908546c3d6c98e7aec607af8db1f8565495
base-server/src/main/resources/mapper/TechniqueModelMapper.xml
@@ -35,6 +35,7 @@
             mom_ocean.device d,
             mom_ocean.technology_template tt
        where qm.state = 1
          and d.state = 1
          and d.id = qm.device_id
          and cm.id = qm.technical_model_id
          and tt.id = qm.tech_tem_id