src/main/java/com/zy/asrs/service/WrkMastService.java
@@ -14,6 +14,10 @@ List<WrkMast> selectToBeHistoryData(); List<WrkMast> selectPendingInboundCameraCapture(); boolean updateMemoIfCurrent(Integer wrkNo, String current, String next); WrkMast selectByBarcode(String barcode); /** @@ -29,4 +33,9 @@ WrkMast selectWrkMast(Integer workNo,String barcode); /** * 出库(io_type=101)同一 user_no、同一 batch_seq:主表与历史表并集下,自 1 起连续存在的最大 plt_type。 */ int outboundSeqMaxContiguousPlt(String userNo, String batchSeq); }