Commit 3f4083b2 authored by yangyang's avatar yangyang

fixed bug 20482 【web端-运维人员管理】运维人员管理,新注册的运维人员 没有显示在最前面

parent 03979a97
......@@ -91,7 +91,7 @@
</if>
</where>
order by ph.rec_date desc
order by std_user_biz.sequence_nbr desc, ph.rec_date desc
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment