Commit 5981fa8b authored by ='s avatar =

Merge remote-tracking branch 'origin/master'

parents b3842918 2bf2ed2a
...@@ -173,8 +173,8 @@ public class CampaignRepositoryImpl implements CampaignRepositoryCustom { ...@@ -173,8 +173,8 @@ public class CampaignRepositoryImpl implements CampaignRepositoryCustom {
query.setParameter("p_name", "%" + query.setParameter("p_name", "%" +
requestDto.getCampaignName().trim().toUpperCase() requestDto.getCampaignName().trim().toUpperCase()
.replace("\\", "\\\\") .replace("\\", "\\\\")
.replaceAll("%", "\\\\%") .replaceAll("%", "\\%")
.replaceAll("_", "\\\\_") .replaceAll("_", "\\_")
+ "%"); + "%");
} }
......
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