Selaa lähdekoodia

feat: 商品进销存

Joburgess 5 vuotta sitten
vanhempi
commit
d840eabc01
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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>