瀏覽代碼

feat: 商品进销存

Joburgess 5 年之前
父節點
當前提交
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>