Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
8b8da221b3
@ -1491,7 +1491,8 @@
|
||||
) F
|
||||
ON A.MOID = F.MOID
|
||||
WHERE 1=1
|
||||
AND A.USER_ID LIKE CONCAT('%', #searchKeyword#, '%')
|
||||
/* AND A.USER_ID LIKE CONCAT('%', #searchKeyword#, '%') */
|
||||
AND A.USER_ID = #searchKeyword#
|
||||
ORDER BY 1=1 ,
|
||||
moid desc
|
||||
LIMIT #recordCountPerPage# OFFSET #firstIndex#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user