liusheng
2025-07-23 5a6f20263ef584485ae3df8b6f25b4e2fb970293
smartor/src/main/resources/mapper/smartor/HNGatherPatArchiveMapper.xml
@@ -353,7 +353,7 @@
               care_person,
               guid,
               case_person_age
        from mbsjjk.hzjbxx
        from hzjbxx
    </sql>
    <select id="selectPatArchiveList" parameterType="com.smartor.domain.PatArchive" resultMap="PatArchiveResult">
@@ -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">