mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 00:17:26 +09:00
TC 수정건 적용 (디자인 및 기능)
This commit is contained in:
@@ -83,11 +83,10 @@
|
||||
AND T1.STTUS_CD = #{searchType2}
|
||||
</if>
|
||||
<if test="searchText1 != null and searchText1 != ''">
|
||||
AND T1.OPRTR_ID = #{searchText1}
|
||||
AND T1.OPRTR_ID LIKE CONCAT('%', #{searchText1}, '%')
|
||||
</if>
|
||||
<if test="searchText2 != null and searchText2 != ''">
|
||||
AND UPPER(T1.OPRTR_NM) LIKE UPPER('%' + #{searchText2} +
|
||||
'%')
|
||||
AND T1.OPRTR_NM LIKE CONCAT('%', #{searchText2}, '%')
|
||||
</if>
|
||||
</sql>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user