Merge branch 'kfy'

This commit is contained in:
管李杰 2024-03-01 09:18:59 +08:00
commit 6f08741ac8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
and ed.source_organization = #{entityData.sourceOrganization} and ed.source_organization = #{entityData.sourceOrganization}
</if> </if>
<if test="entityData.title != null and entityData.title != ''"> <if test="entityData.title != null and entityData.title != ''">
and ed.title = concat('%',#{entityData.title},'%') and ed.title like concat('%',#{entityData.title},'%')
</if> </if>
AND ed.is_deleted = 0 AND ed.is_deleted = 0
-- and ed.status = 1 -- and ed.status = 1