From 420cb1d10f9dae64fb412976903ecbc29b03555b Mon Sep 17 00:00:00 2001 From: LSH Date: 星期四, 28 十二月 2023 10:12:18 +0800 Subject: [PATCH] # --- src/main/resources/mapper/WrkMastStaMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/WrkMastStaMapper.xml b/src/main/resources/mapper/WrkMastStaMapper.xml index e932388..ac31a90 100644 --- a/src/main/resources/mapper/WrkMastStaMapper.xml +++ b/src/main/resources/mapper/WrkMastStaMapper.xml @@ -82,7 +82,7 @@ </if> </select> - <select id="selectAllWrkCount" resultMap="Integer"> + <select id="selectAllWrkStsCount" resultMap="Integer"> select count(1) from asr_wrk_mast_sta where 1=1 <if test="type!=null"> -- Gitblit v1.9.1