Explorar el Código

feat: 商品进销存

Joburgess hace 4 años
padre
commit
602ec67306
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/SellOrderMapper.xml

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

@@ -539,7 +539,7 @@
         </if>
     </select>
 
-    <select id="getNoneBatchNoSellOrders" resultType="int">
+    <select id="getNoneBatchNoSellOrderIds" resultType="int">
         SELECT id_
         FROM sell_order
         WHERE status_ = 0