Commit e8f0a487 authored by sxwnfpwx@163.com's avatar sxwnfpwx@163.com

安装告知短信筛选

parent 82770fb4
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
and tz_ugp_project.name like '%${name}%' and tz_ugp_project.name like '%${name}%'
</if> </if>
<if test="installationUnit != null and installationUnit != ''"> <if test="installationUnit != null and installationUnit != ''">
and tz_ugp_project.installationUnit like '%${installationUnit}%' and tz_ugp_project.installation_unit like concat("%",#{installationUnit},"%")
</if> </if>
</select> </select>
<select id="selectByName" resultType="com.yeejoin.amos.boot.module.ugp.api.dto.InstallNoticeMsgPageDto"> <select id="selectByName" resultType="com.yeejoin.amos.boot.module.ugp.api.dto.InstallNoticeMsgPageDto">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment