zss
2023-09-09 d11807a7506cd560df0a22bd712494df381f2bf6
base-server/src/main/resources/mapper/TechnologyTemplateMapper.xml
@@ -24,6 +24,7 @@
        where e.id = et.element_id
        and t.id = tech_tem_id
        and t.state = 1
        and et.state=1
        and type=#{type}
        <if test="message!=null and message!=''">
            and father like concat('%',#{message},'%')