mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 07:37:12 +09:00
TC 수정 반영
This commit is contained in:
@@ -68,10 +68,10 @@ SELECT
|
||||
and UPPER(eci.CUST_NM) LIKE CONCAT('%' , UPPER(#{searchText1}) , '%')
|
||||
</when>
|
||||
<when test='searchType2 == "bizNo"'><!-- 검색조건 - 사업자번호 -->
|
||||
and eci.BIZRNO = #{searchText1}
|
||||
AND eci.BIZRNO like CONCAT('%', #{searchText1}, '%')
|
||||
</when>
|
||||
<when test='searchType2 == "authCd"'><!-- 검색조건 - 인증코드 -->
|
||||
and esu.AUTHCD_080 = #{searchText1}
|
||||
AND esu.AUTHCD_080 like CONCAT('%', #{searchText1}, '%')
|
||||
</when>
|
||||
</choose>
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user