청약고객관리 날짜 조회 세팅 변경 및 사업자 번호 조회 추가

This commit is contained in:
kubo8
2023-01-19 09:56:03 +09:00
parent a05d9a8cb9
commit 4c3bab4ff7
3 changed files with 12 additions and 4 deletions

View File

@@ -240,6 +240,9 @@
<if test="searchType3 == '03' and searchText1 != null and searchText1 != ''">
AND UPPER(esu.USER_ID) LIKE UPPER(CONCAT('%', #{searchText1}, '%'))
</if>
<if test="searchType3 == '04' and searchText1 != null and searchText1 != ''">
AND UPPER(eci.BIZRNO) LIKE UPPER(CONCAT('%', #{searchText1}, '%'))
</if>
</if>
</sql>