zss
2023-09-20 6f44f6cfadef657c5fd55bdb9974c2b8e3262ba8
standard-server/src/main/resources/mapper/TechniqueMapper.xml
@@ -65,7 +65,7 @@
        and specifications_id = #{specificationsId}
        and tq.version = #{version}
        <if test="message!=null and message!=''">
            and device like concat('%',#{message},'%')
            and name like concat('%',#{message},'%')
        </if>
    </select>
@@ -124,6 +124,7 @@
        from mom_ocean.technique
                 left join mom_ocean.device on name = device
        where technique.state = 1
          and device.state = 1
          and technology_id = #{technologyId}
          and product_father = #{father}
          and product = #{name}