This commit is contained in:
kanfengyao 2024-03-01 09:11:57 +08:00
parent 60e0c3ed00
commit 38b59a7493
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