제품번호, 실사용자 like 검색 변경

This commit is contained in:
urp 2026-03-16 10:06:07 +09:00
parent 83b3027e0a
commit 95ac08a165

View File

@ -145,8 +145,8 @@
<if test="hidEosCheckYn != null and hidEosCheckYn == 1"><![CDATA[ AND (A.DT_EOS) <= sysdate()]]></if>
<!-- 2026.03.12 나혁제 추가 필터(제품번호, 실사용자) -->
<if test="vcInAssetSerial != null and vcInAssetSerial != ''">AND A.VC_ASSET_SERIAL = #{vcInAssetSerial}</if>
<if test="vcInRealChargrNm != null and vcInRealChargrNm != ''">AND A.VC_REAL_CHRGR_NM = #{vcInRealChargrNm}</if>
<if test="vcInAssetSerial != null and vcInAssetSerial != ''">AND A.VC_ASSET_SERIAL LIKE "%${vcInAssetSerial}%" </if>
<if test="vcInRealChargrNm != null and vcInRealChargrNm != ''">AND A.VC_REAL_CHRGR_NM LIKE "%${vcInRealChargrNm}%" </if>
<if test='searchAll != null and searchAll != "" '>
AND (