You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.sql.SQLException: sql injection violation, syntax error: ERROR. token : QUESBAR, pos : 173 : SELECT TMP_PAGE.*, ROWNUM ROW_ID FROM ( SELECT M.*, A.*
FROM T_EW_MERCHANT M LEFT JOIN LP_ADDRESS A
ON
M.ADDRESS_KEY = A.KEY
WHERE M.MERCHANT_CODE LIKE '%'||?||'%'
OR
M.MERCHANT_NAME LIKE '%'||?||'%'
OR M.MERCHANT_NAME LIKE
'%'||?||'%'
OR M.CERTIFICATE LIKE
'%'||?||'%'
OR M.OWNER
LIKE
'%'||?||'%'
OR A.COUNTRY LIKE
'%'||?||'%'
OR
A.PROVINCE LIKE
'%'||?||'%'
OR A.CITY LIKE
'%'||?||'%'
OR A.COUNTY LIKE
'%'||?||'%'
OR A.STREET_AREA LIKE
'%'||?||'%'
OR A.DETAILE LIKE
'%'||?||'%'
OR A.ZIPCODE
LIKE
'%'||?||'%' ) TMP_PAGE WHERE ROWNUM <= 10
错误如下:
版本:
The text was updated successfully, but these errors were encountered: