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 | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/mapper/WrkMastMapper.java b/src/main/java/com/zy/mapper/WrkMastMapper.java index 511d6b6..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 @@ -127,4 +131,7 @@ WrkMast selectBy104(); int selectCountByKb(); + + // 鏍规嵁鍑哄叆搴撶被鍨嬪拰宸ヤ綔鏃堕棿锛屾煡璇㈠巻鍙茶〃璁板綍鏁伴噺 + int selectCountHisByIoTypeAndIoTime(@Param("ioType") Integer IoType,@Param("ioType") Date ioTime); } -- Gitblit v1.9.1