This commit is contained in:
PastSaid
2024-08-29 09:42:49 +08:00
parent fa480006a8
commit 5472714e30
66 changed files with 7417 additions and 243 deletions

View File

@@ -6,7 +6,7 @@ FROM
syscolumns b
WHERE
a.id= b.id
AND (b.name LIKE '%appSecret'
AND (b.name LIKE '%FALLAMOUNT_D%'
--OR b.name LIKE '%appid'
)
AND a.type= 'U'