wangxuan 7 months ago
parent
commit
f5eb180267

+ 1 - 1
business-common/src/main/resources/mybatis/business/ZhcxPmqManagementDistributionDao.xml

@@ -120,7 +120,7 @@
         WHERE
             recored.DELETED = '0'
           AND recored.PMQMID = #{id}
-        ORDER BY m.SORTORDER
+        ORDER BY recored.SEQNO
     </select>
 
     <select id="getMachinesStatus" resultType="com.rongwei.bsentity.vo.report.MachineState">