liusheng
2024-08-02 57ae7faf87e490576141ff19727057d2f7ad1840
smartor/src/main/resources/mapper/smartor/PatMedOuthospMapper.xml
@@ -78,6 +78,7 @@
            <if test="orgid != null  and orgid != ''">and orgid = #{orgid}</if>
            <if test="outhospno != null  and outhospno != ''">and outhospno = #{outhospno}</if>
        </where>
        order by update_time desc
    </select>
    <select id="selectPatMedOuthospById" parameterType="Long" resultMap="PatMedOuthospResult">