liusheng
2024-07-30 1c8b2be08e6c7655bab6d8a99f15b883768f0d38
smartor/src/main/resources/mapper/smartor/SvyLibTemplateMapper.xml
@@ -116,6 +116,7 @@
            <if test="description != null  and description != ''">and a.icdname like concat('%', #{description}, '%')
            </if>
        </where>
        order by a.create_time desc
    </select>
    <select id="selectSvyLibTemplateBySvyid" parameterType="Long" resultMap="SvyLibTemplateResult">