src/main/resources/mapper/WrkMastStaMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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">