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">