From 159a74e35b588f95fd3e9efc4e15733f84cbd829 Mon Sep 17 00:00:00 2001 From: L <L@132> Date: 星期日, 21 九月 2025 21:04:18 +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