From a435a1d1e06263eb1a219384e6b4f1e551c4f89b Mon Sep 17 00:00:00 2001 From: L <L@132> Date: 星期四, 10 七月 2025 22:11:25 +0800 Subject: [PATCH] * --- src/main/java/com/zy/asrs/mapper/WrkMastStaMapper.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/mapper/WrkMastStaMapper.java b/src/main/java/com/zy/asrs/mapper/WrkMastStaMapper.java index 7ece0f1..6f8a9aa 100644 --- a/src/main/java/com/zy/asrs/mapper/WrkMastStaMapper.java +++ b/src/main/java/com/zy/asrs/mapper/WrkMastStaMapper.java @@ -16,8 +16,12 @@ /* * 鑾峰彇鎵�鏈変换鍔℃暟閲� * */ + Integer selectAllWrkCount108(); + Integer selectAllWrkCount108Y(); + Integer selectAllWrkCount(@Param("type")Integer type); Integer selectAllWrkStsCount(@Param("type")Integer type,@Param("wrkSts")Integer wrkSts); + WrkMastSta selectAllWrkStsCountWrkMastSta(@Param("type")Integer type,@Param("wrkSts")Integer wrkSts); /* * 鑾峰彇鎵�鏈夊彲鎵ц浠诲姟 -- Gitblit v1.9.1