This commit is contained in:
liqionghai
2025-09-02 17:33:12 +08:00
parent 7f080314d6
commit fabf921d10
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ FROM YingShouZhanKuanJY_GZTH A
INNER JOIN (
SELECT
FID,
ROW_NUMBER() OVER (ORDER BY [DATE] DESC,[FID]) as row_num1
ROW_NUMBER() OVER (ORDER BY [DATE] ,[FID]) as row_num1
FROM YingShouZhanKuanJY_GZTH
) B On A.FID = B.FID