Joburgess 5 лет назад
Родитель
Сommit
d840eabc01
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      mec-biz/src/main/resources/config/mybatis/SellOrderMapper.xml

+ 1 - 0
mec-biz/src/main/resources/config/mybatis/SellOrderMapper.xml

@@ -545,5 +545,6 @@
         WHERE status_ = 0
           AND stock_type_ IS NOT NULL
           AND batch_no_ IS NULL
+        ORDER BY sell_time_
     </select>
 </mapper>