@@ -450,7 +450,7 @@
and (a1.PROCESSDEVICE is not null and a1.PROCESSDEVICE !='' )
and (a1.PROCESSWORKSHOP is not null and a1.PROCESSWORKSHOP !='' )
ORDER BY
- a1.PROCESSWORKSHOP,
+ CONVERT( a1.PROCESSWORKSHOP USING gbk) desc,
b.CHECKITEMTYPE,
a1.PROCESSDEVICE
</select>