zss
2023-09-19 3625accd261feb99a6927013d7551a08d68c756e
standard-server/src/main/resources/mapper/MbomMapper.xml
@@ -43,7 +43,7 @@
        and m.version = #{version}
        and specifications_id = #{specificationsId}
        <if test="message!=null and message!=''">
            and m.name like concat('%',#{message},'%')
            and t.name like concat('%',#{message},'%')
        </if>
    </select>