#
lsh
2024-01-04 f3770f3051722d08cc112f75bbdbb1d7e17106d7
#
1个文件已修改
4 ■■■■ 已修改文件
src/main/resources/mapper/WrkMastStaMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/WrkMastStaMapper.xml
@@ -74,7 +74,7 @@
        order by line_number,id
    </select>
    <select id="selectAllWrkCount" resultMap="Integer">
    <select id="selectAllWrkCount" resultType="Integer">
        select count(1) from asr_wrk_mast_sta
        where 1=1
        <if test="type!=null">
@@ -82,7 +82,7 @@
        </if>
    </select>
    <select id="selectAllWrkStsCount" resultMap="Integer">
    <select id="selectAllWrkStsCount" resultType="Integer">
        select count(1) from asr_wrk_mast_sta
        where 1=1
        <if test="type!=null">