This commit is contained in:
parent
4e650b273d
commit
0bfcdc0f9f
|
@ -44,7 +44,7 @@ BEGIN
|
||||||
where a.ProjectId=@ProjectId
|
where a.ProjectId=@ProjectId
|
||||||
) as a
|
) 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)
|
exec(@Sql)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue