This commit is contained in:
2025-03-24 19:40:50 +08:00
parent 4e650b273d
commit 0bfcdc0f9f
@@ -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)