From c4b2cfbdc4b31a6e37a9b51c5f69620bd5e7841f Mon Sep 17 00:00:00 2001 From: pjb <pjb123456> Date: 星期六, 23 八月 2025 08:38:58 +0800 Subject: [PATCH] wcs功能完善 --- src/main/java/com/zy/mapper/WrkMastMapper.java | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/mapper/WrkMastMapper.java b/src/main/java/com/zy/mapper/WrkMastMapper.java index bbf7b45..d6eb1a1 100644 --- a/src/main/java/com/zy/mapper/WrkMastMapper.java +++ b/src/main/java/com/zy/mapper/WrkMastMapper.java @@ -2,9 +2,13 @@ import com.baomidou.mybatisplus.mapper.BaseMapper; import com.zy.entity.WrkMast; -import org.apache.ibatis.annotations.*; +import org.apache.ibatis.annotations.Insert; +import org.apache.ibatis.annotations.Mapper; +import org.apache.ibatis.annotations.Param; +import org.apache.ibatis.annotations.Update; import org.springframework.stereotype.Repository; +import java.util.Date; import java.util.List; @Mapper @@ -118,6 +122,7 @@ WrkMast selectPickStep2(@Param("barcode")String barcode); WrkMast selectByWrkNo(@Param("wrkNo")Integer wrkNo); + WrkMast selectByIoTypeAndWrkSts(@Param("ioType")Integer ioTyper,@Param("wrkSts")Long wrkSts); /** * 鑾峰彇涓�鏉″埌104绔欑偣鐨勫嚭搴撲换鍔� @@ -126,4 +131,7 @@ WrkMast selectBy104(); int selectCountByKb(); + + // 鏍规嵁鍑哄叆搴撶被鍨嬪拰宸ヤ綔鏃堕棿锛屾煡璇㈠巻鍙茶〃璁板綍鏁伴噺 + int selectCountHisByIoTypeAndIoTime(@Param("ioType") Integer IoType,@Param("ioType") Date ioTime); } -- Gitblit v1.9.1