From aeaf3e43e425ef0de84c1819f318f20e90471f90 Mon Sep 17 00:00:00 2001 From: 1 <1> Date: 星期四, 02 十月 2025 11:49:37 +0800 Subject: [PATCH] #和得服务器 --- src/main/java/com/zy/asrs/mapper/WrkMastMapper.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/mapper/WrkMastMapper.java b/src/main/java/com/zy/asrs/mapper/WrkMastMapper.java index 4685cbd..265fb12 100644 --- a/src/main/java/com/zy/asrs/mapper/WrkMastMapper.java +++ b/src/main/java/com/zy/asrs/mapper/WrkMastMapper.java @@ -25,6 +25,8 @@ // @Select("select top 1 * from asr_wrk_mast where source_sta_no=#{sourceStaNo} and wrk_sts=2 and barcode=#{barcode} and (io_type=1 or io_type=10) order by io_pri desc,io_time,wrk_no ASC") WrkMast selectPakInStep1(@Param("sourceStaNo")Integer sourceStaNo, @Param("barcode")String barcode); + WrkMast selectPakInStepBarcode(@Param("barcode")String barcode); + WrkMast selectPakInStep11(@Param("sourceStaNo")Integer sourceStaNo); // 鍏ュ簱绗簩姝ワ紝褰撴墭鐩樼墿鏂欏湪鍫嗗灈鏈哄叆搴撶珯鏃舵椂鏌ヨ @@ -107,4 +109,9 @@ WrkMast selectPakoutEmpty(@Param("staNo")Integer outSite); + WrkMast selectPickStep2(@Param("barcode")String barcode); + WrkMast selectPickStep3(@Param("barcode")String barcode); + + WrkMast selectByWrkNo(@Param("wrkNo")Integer wrkNo); + Integer countPakOutEmpty(@Param("staNo")Integer outSite); } -- Gitblit v1.9.1