smartor/src/main/resources/mapper/smartor/SvyLibTemplageCategoryMapper.xml
@@ -37,6 +37,7 @@ resultMap="SvyLibTemplateCategoryResult"> <include refid="selectSvyLibTemplateCategoryVo"/> WHERE 1=1 <if test="orgid != null and orgid != ''"> and orgid = #{orgid}</if> AND del_flag=0 <if test="name != null and name != ''">and name like concat('%', #{name}, '%')</if>