| | |
| | | care_person, |
| | | guid, |
| | | case_person_age |
| | | from mbsjjk.hzjbxx |
| | | from hzjbxx |
| | | </sql> |
| | | |
| | | <select id="selectPatArchiveList" parameterType="com.smartor.domain.PatArchive" resultMap="PatArchiveResult"> |
| | |
| | | <if test="filterDrname != null ">and filter_drname = #{filterDrname}</if> |
| | | <if test="filterDrcode != null ">and filter_drcode = #{filterDrcode}</if> |
| | | </where> |
| | | limit #{ps} OFFSET #{pn} |
| | | </select> |
| | | |
| | | |
| | |
| | | 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"> |