This commit is contained in:
夏菊 2025-03-24 19:40:50 +08:00
parent 4e650b273d
commit 0bfcdc0f9f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ BEGIN
where a.ProjectId=@ProjectId
) as a
set @Sql ='select * from #GJSX_List where 1=1 ' +@sql_where +' order by state desc,GJSXID desc'
set @Sql ='select * from #GJSX_List where 1=1 ' +@sql_where +' order by state desc,GJSXID asc'
exec(@Sql)