smartor/src/main/resources/mapper/smartor/HNGatherPatArchiveMapper.xml
@@ -389,6 +389,7 @@ <if test="filterDrname != null ">and filter_drname = #{filterDrname}</if> <if test="filterDrcode != null ">and filter_drcode = #{filterDrcode}</if> </where> limit #{ps} OFFSET #{pn} </select> @@ -396,6 +397,10 @@ select count(*) FROM cryxx </select> <select id="selectPatArchiveCount" parameterType="com.smartor.domain.PatMedInhosp" resultType="Long"> select count(*) FROM hzjbxx </select> <select id="selectPatMedInhospList" parameterType="com.smartor.domain.PatMedInhosp" resultMap="PatMedInhospResult">